aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/laola1tv.py
AgeCommit message (Collapse)Author
2018-11-03[laola1tv:embed] Set correct stream access URL scheme (closes #16341)Sergey M․
2018-11-03[ehftv] Add extractor (closes #15408)Alexander Seiler
2017-08-19[laola1tv] Add support for tv.ittf.com (closes #13965)Sergey M․
2017-05-05[laola1tv] PEP 8Sergey M․
2017-05-04[laola1tv:embed] Fix testsSergey M․
2017-05-04[laola1tv] fix extraction(closes #12880)Remita Amine
2016-12-20[laola1] add support for another extraction scenario(closes #11460)Remita Amine
2016-12-17[laola1tv] add support embed urls and improve extraction(#11460)Remita Amine
2016-04-14[laola1tv] Improve error detection and skip an invalid testYen Chi Hsuan
2016-03-27Remove _sort_formats from _extract_*_formats methodsSergey M․
Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
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
2016-03-22[laola1tv] Add support for livestreams (Closes #8934)Sergey M․
2016-02-14[laola1tv] Improve (Closes #8478)Sergey M․
2016-02-14[laola1tv] Fixes for changed site layout.Jens Wille
* 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.
2015-02-26[laola1tv] Allow live stream downloadsNaglis Jonaitis
2015-02-23[laola1tv] Use raw strings for regular expressionsNaglis Jonaitis
Oops
2015-02-23[laola1tv] Improve extraction and update test case (#3742)Naglis Jonaitis
2014-11-23PEP8 appliedJouke Waleson
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
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 .
2014-10-28[laola1tv] Mark as brokenPhilipp Hagemeister
When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.
2014-10-28[laola1tv] Add new extractorPhilipp Hagemeister
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information.