View Single Post
Old 05-10-2013, 07:37 AM   #3
vdHummes
Junior Member
vdHummes began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2009
Device: Android
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:
vdHummes is offline   Reply With Quote