- http://iview.abc.net.au/api/search/prefetch
- http://iview.abc.net.au/api/search/programs
- http://iview.abc.net.au/api/index
- http://iview.abc.net.au/api/programs/
- http://iview.abc.net.au/api/programs/{episodeHouseNumber}
- http://iview.abc.net.au/api/category/{category}
- http://iview.abc.net.au/api/channel/{channel}
This file contains 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
#!/usr/bin/env python | |
# coding=utf-8 | |
# License: Public domain (CC0) | |
# Isaac Turner 2016/12/05 | |
from __future__ import print_function | |
import difflib | |
import re |
This file contains 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
SBS for Python-Iview | |
* Overrides all the ABC Iview function, you only get SBS instead | |
* I hacked the internal interface for the list items in order to get the | |
front end to display multiple tree branches for the one SBS XML file, but | |
it should be done in a nicer way. | |
* Only works with the GTK version; probably breaks the CLI version | |
* I don’t think I ever finished the “Copy URL” button idea. But it would be | |
nice to be able to quickly pipe a URL into a video player and stream it | |
without worrying about downloading it. |
This file contains 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
SBS for Python-Iview | |
* Overrides all the ABC Iview function, you only get SBS instead | |
* I hacked the internal interface for the list items in order to get the | |
front end to display multiple tree branches for the one SBS XML file, but | |
it should be done in a nicer way. | |
* Only works with the GTK version; probably breaks the CLI version | |
* I don’t think I ever finished the “Copy URL” button idea. But it would be | |
nice to be able to quickly pipe a URL into a video player and stream it | |
without worrying about downloading it. |