about summary refs log tree commit diff
path: root/youtube_dl/extractor/sbs.py
Commit message (Collapse)AuthorAgeFilesLines
* [sbs] Add support for ondemand play and news embed URLs(closes ↵Remita Amine2021-01-061-2/+11
| | | | #17650)(closes #27629)
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-2/+2
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [theplatform] extract timestamp and uploaderremitamine2016-04-011-1/+5
|
* [sbs] improve extraction(fixes #3811)remitamine2016-03-171-11/+22
| | | | | | | - extract error messages - force the platform smil url(previously the manifest param in the query is not respected which make theplatform return non working mp4 files for some videos)
* [sbs] SimplifySergey M․2015-07-181-24/+16
|
* [SBS] fixes due to website changesSeamus Phelan2015-07-131-13/+13
|
* [sbs] Remove unused importJaime Marquínez Ferrándiz2015-05-161-1/+0
|
* [sbs] Fix extraction (Closes #5725)Sergey M․2015-05-161-8/+9
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-2/+1
|
* [sbs] Recognize urls with format 'http://www.sbs.com.au/ondemand/video/<id>' ↵Jaime Marquínez Ferrándiz2014-09-221-1/+5
| | | | (#3811)
* [theplatform] Correctly extract videos that don't use f4m or rtmp (reported ↵Jaime Marquínez Ferrándiz2014-09-211-1/+1
| | | | in #3176)
* [sbs] Add new extractor (Fixes #3566)Philipp Hagemeister2014-08-231-0/+56