Last active
October 17, 2016 15:00
-
-
Save brightloudnoise/76cd4524645099e9f65a772bfb0cec89 to your computer and use it in GitHub Desktop.
Schedule Data (Discrete)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "PLATFORMS": "Comcast", | |
| "SCHEDULE": "Discovery Channel VOD", | |
| "OFFERS": "57 - KIDS_50", | |
| "PROGRAMTITLE": "River Monsters (Season 5): Specials", | |
| "EPISODETITLE": "Face Ripper", | |
| "DURATION": 720000, | |
| "STARTDATE": "2016-04-01", | |
| "ENDDATE": "2016-04-14", | |
| "PROGRAMCOUNT": 1 | |
| }, | |
| { | |
| "PLATFORMS": "Comcast", | |
| "SCHEDULE": "Discovery Channel VOD", | |
| "OFFERS": "16 - MULTI", | |
| "PROGRAMTITLE": "River Monsters (Season 5): Specials", | |
| "EPISODETITLE": "Face Ripper", | |
| "DURATION": 720000, | |
| "STARTDATE": "2016-04-01", | |
| "ENDDATE": "2016-04-14", | |
| "PROGRAMCOUNT": 1 | |
| }, | |
| { | |
| "PLATFORMS": "Comcast", | |
| "SCHEDULE": "Discovery Channel VOD", | |
| "OFFERS": "17 - MULTI_HD", | |
| "PROGRAMTITLE": "River Monsters (Season 5): Specials", | |
| "EPISODETITLE": "Face Ripper", | |
| "DURATION": 720000, | |
| "STARTDATE": "2016-04-01", | |
| "ENDDATE": "2016-04-14", | |
| "PROGRAMCOUNT": 1 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment