xmltv/grab/dk_dr tv_grab_dk_dr,1.11,1.12

Geoff <[email protected]>
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv/grab/dk_dr
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25390

Modified Files:
	tv_grab_dk_dr 
Log Message:
fix for JSON 2.90 (SR #200)

Index: tv_grab_dk_dr
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/dk_dr/tv_grab_dk_dr,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** tv_grab_dk_dr	4 Jun 2014 14:07:30 -0000	1.11
--- tv_grab_dk_dr	13 Apr 2015 08:00:10 -0000	1.12
***************
*** 396,400 ****
  
  	    my $description;
! 	    if ($listing->{'HasDescription'} eq 'true') {
  		my $desc_url = $conf->{'root-url'}->[0] . 'ProgramDetails/?id=' . $listing->{'Id'} . '&days=' . $date . '&channelid=' . $chan->{'_dr_listing_id'} . '&mediaType=tv';
  		# http://www.dr.dk/tjenester/program-guide/json/guide/ProgramDetails/?id=dr.dk/mas/whatson/216871786813&days=0&channelid=w_DR2&mediaType=tv
--- 396,400 ----
  
  	    my $description;
! 	    if ($listing->{'HasDescription'} eq 'true' || $listing->{'HasDescription'} == 1) {
  		my $desc_url = $conf->{'root-url'}->[0] . 'ProgramDetails/?id=' . $listing->{'Id'} . '&days=' . $date . '&channelid=' . $chan->{'_dr_listing_id'} . '&mediaType=tv';
  		# http://www.dr.dk/tjenester/program-guide/json/guide/ProgramDetails/?id=dr.dk/mas/whatson/216871786813&days=0&channelid=w_DR2&mediaType=tv
***************
*** 433,437 ****
  	    ########################################
  	    # Genudsendelse, HD, etc.
! 	    if ($listing->{'IsRerun'} eq 'true') {
  		$p{'previously-shown'} = {};
  	    }
--- 433,437 ----
  	    ########################################
  	    # Genudsendelse, HD, etc.
! 	    if ($listing->{'IsRerun'} eq 'true' || $listing->{'IsRerun'} == 1) {
  		$p{'previously-shown'} = {};
  	    }


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.