aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/laola1tv.py
Commit message (Collapse)AuthorAgeFilesLines
* [laola1tv:embed] Set correct stream access URL scheme (closes #16341)Sergey M․2018-11-031-2/+3
|
* [ehftv] Add extractor (closes #15408)Alexander Seiler2018-11-031-43/+72
|
* [laola1tv] Add support for tv.ittf.com (closes #13965)Sergey M․2017-08-191-0/+18
|
* [laola1tv] PEP 8Sergey M․2017-05-051-1/+0
|
* [laola1tv:embed] Fix testsSergey M․2017-05-041-2/+2
|
* [laola1tv] fix extraction(closes #12880)Remita Amine2017-05-041-25/+67
|
* [laola1] add support for another extraction scenario(closes #11460)Remita Amine2016-12-201-11/+45
|
* [laola1tv] add support embed urls and improve extraction(#11460)Remita Amine2016-12-171-79/+70
|
* [laola1tv] Improve error detection and skip an invalid testYen Chi Hsuan2016-04-141-0/+4
|
* Remove _sort_formats from _extract_*_formats methodsSergey M․2016-03-271-0/+1
| | | | | | | Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-3/+3
| | | | | | | encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974
* [laola1tv] Add support for livestreams (Closes #8934)Sergey M․2016-03-221-5/+26
|
* [laola1tv] Improve (Closes #8478)Sergey M․2016-02-141-46/+58
|
* [laola1tv] Fixes for changed site layout.Jens Wille2016-02-141-32/+59
| | | | | | | | | * Fixed valid URLs (w/ tests). * Fixed iframe URL extraction. * Fixed token URL extraction. * Fixed variable extraction. * Fixed uploader spelling. * Added upload_date to result dictionary.
* [laola1tv] Allow live stream downloadsNaglis Jonaitis2015-02-261-6/+0
|
* [laola1tv] Use raw strings for regular expressionsNaglis Jonaitis2015-02-231-1/+1
| | | | Oops
* [laola1tv] Improve extraction and update test case (#3742)Naglis Jonaitis2015-02-231-16/+31
|
* PEP8 appliedJouke Waleson2014-11-231-1/+0
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-0/+1
| | | | | | | utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
* [laola1tv] Mark as brokenPhilipp Hagemeister2014-10-281-0/+2
| | | | When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.
* [laola1tv] Add new extractorPhilipp Hagemeister2014-10-281-0/+75
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information.