Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 test | Yen Chi Hsuan | |
2016-03-27 | Remove _sort_formats from _extract_*_formats methods | Sergey 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_dict | Sergey 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 downloads | Naglis Jonaitis | |
2015-02-23 | [laola1tv] Use raw strings for regular expressions | Naglis Jonaitis | |
Oops | |||
2015-02-23 | [laola1tv] Improve extraction and update test case (#3742) | Naglis Jonaitis | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp 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 broken | Philipp 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 extractor | Philipp Hagemeister | |
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information. |