Commit Graph

21 Commits (master)

Author SHA1 Message Date
Sergey M․ 6895ea4d3f
[laola1tv:embed] Set correct stream access URL scheme (closes #16341) 6 years ago
Alexander Seiler faac1c1f70
[ehftv] Add extractor (closes #15408) 6 years ago
Sergey M․ f5469da9e6
[laola1tv] Add support for tv.ittf.com (closes #13965) 7 years ago
Sergey M․ 7ad53cb7ff
[laola1tv] PEP 8 7 years ago
Sergey M․ 7f09e523e8
[laola1tv:embed] Fix tests 7 years ago
Remita Amine 4fe14732a2 [laola1tv] fix extraction(closes #12880) 7 years ago
Remita Amine e029c43bd4 [laola1] add support for another extraction scenario(closes #11460) 7 years ago
Remita Amine b42a0bf360 [laola1tv] add support embed urls and improve extraction(#11460) 7 years ago
Yen Chi Hsuan d1c4e4ba15
[laola1tv] Improve error detection and skip an invalid test 8 years ago
Sergey M․ 19dbaeece3 Remove _sort_formats from _extract_*_formats methods
Now _sort_formats should be called explicitly.
_sort_formats has been added to all the necessary places in code.

Closes #8051
8 years ago
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
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
8 years ago
Sergey M․ 2beeb286e1 [laola1tv] Add support for livestreams (Closes #8934) 8 years ago
Sergey M․ 9dcefb23a1 [laola1tv] Improve (Closes #8478) 8 years ago
Jens Wille 5e19323ed9 [laola1tv] Fixes for changed site layout.
* 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.
8 years ago
Naglis Jonaitis e129c5bc0d [laola1tv] Allow live stream downloads 9 years ago
Naglis Jonaitis 1fbaa0a521 [laola1tv] Use raw strings for regular expressions
Oops
9 years ago
Naglis Jonaitis 3037b91e05 [laola1tv] Improve extraction and update test case (#3742) 9 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .
10 years ago
Philipp Hagemeister 00edd4f9be [laola1tv] Mark as broken
When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.
10 years ago
Philipp Hagemeister e5193599ec [laola1tv] Add new extractor
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information.
10 years ago