abbi031892 / periscope

Automatically exported from code.google.com/p/periscope
0 stars 0 forks source link

Bierdopje.com - Grey's Anatomy #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The script is unable to find subtitles for Grey's Anatomy on Bierdopje.com.

So added the following code (after the correction code for the office which has 
the same issue):
elif showName.lower() == "greys anatomy":
    show_id = 3733

Original issue reported on code.google.com by jeroen.v...@gmail.com on 8 Jan 2011 at 7:18

GoogleCodeExporter commented 8 years ago
Thanks, I'll add this in the trunk code

Original comment by patrick....@gmail.com on 8 Jan 2011 at 7:27

GoogleCodeExporter commented 8 years ago
More changes for Bierdopje.com:

elif showName.lower() =="sanctuary us":
    show_id = 7904
elif showName.lower() == "human target 2010":
    show_id=12986
elif showName.lower() == 'csi miami':
   show_id=2187

Original comment by jeroen.v...@gmail.com on 10 Jan 2011 at 7:19

GoogleCodeExporter commented 8 years ago
Added Castle 2009 and Chase 2010 to the list

revision 125

Original comment by patrick....@gmail.com on 16 Jan 2011 at 10:24