Yes, it is a different newspaper, though by the same publisher (NRC Handelsblad is lengthier and an afternoon paper).
Besides some different names, to differentiate nrc next from NRC Handelsblad, the code functionally differs only marginally: in the URL where the epub file is to be fetched:
Code:
*** 44,50 ****
domain = "http://digitaleeditie.nrc.nl"
! url = domain + "/digitaleeditie/helekrant/epub/nrc_" + today + ".epub"
#print url
try:
--- 44,50 ----
domain = "http://digitaleeditie.nrc.nl"
! url = domain + "/digitaleeditie/helekrant/epub/nn_" + today + ".epub"
#print url
try: