Commit Graph

281 Commits (942acef594428b5f5c7e0ed7860cb6d725d8f1e5)

Author SHA1 Message Date
Sergey M. d5d7bdaeb5 Merge pull request #6428 from dstftw/improve-generic-smil-support
Improve generic SMIL support
9 years ago
Sergey M․ bf94d763ba [extractor/generic] Add test for #6485 9 years ago
Sergey M․ 8a37aa1517 [extractor/generic] Expand ooyala regex (Closes #6485) 9 years ago
Sergey M․ 54a9328b20 [generic] Expand jwplayer support 9 years ago
Sergey M․ 8765222d22 [extractor/generic] Add generic SMIL tests 9 years ago
Sergey M․ e5e8d20a3a [extractor/generic] Improve generic SMIL detection 9 years ago
Sergey M․ 88ed52aec9 [bbc] Add support for direct bbc.co.uk embeds 9 years ago
Jaime Marquínez Ferrándiz b37317d8b0 [generic] Unescape HTML escape sequences in redirect urls (fixes #6311) 9 years ago
Yen Chi Hsuan a1b85269a4 [extractor/generic] Support vid.me embeds 9 years ago
Sergey M․ cbd55ade68 [extractor/generic] Add support for francetv embeds 9 years ago
Sergey M․ f7e6f7fa23 [extractor/generic] Use compat_urllib_parse_unquote 9 years ago
fnord 45eedbe58c Generic: use compat_urllib_parse_unquote to prevent utf8 mangling
of the entire page in python 2.

-requires- fixed compat_urllib_parse_unquote

example - the following will save with a mangled playlist title,
 instead of the kanji for 'tsunami'. This affects all utf8encoded
 urls as well

youtube-dl -f18 -o '%(playlist_title)s-%(title)s.%(ext)s' \
  61c14c1e3a/tsunami.html
9 years ago
Sergey M․ bf20b9c540 [extractor/generic] Add test for myvi embed 9 years ago
Sergey M․ 6dd94d3a79 [myvi:embed] Rename to myvi 9 years ago
Sergey M․ e6c2d9ad29 [extractor/generic:myvi] Add support for myvi embeds 9 years ago
Sergey M․ 66e568de3b [extractor/generic] Improve kaltura embeds support (Closes #6137) 9 years ago
Sergey M․ b8c1cc1a51 [extractor/generic] Add test for snagfilms embeds 9 years ago
Sergey M․ eedd20ef96 [extractor/generic] Add support for snagfilms embeds 9 years ago
Sergey M․ 8084be78c5 [extractor/generic] Add test for OnionStudios embeds 9 years ago
Sergey M․ 1ac1c4c26e [extractor/generic] Add support for OnionStudios embeds (Closes #5841) 9 years ago
Sergey M. 3c3b4176bd Merge pull request #5961 from dstftw/force-generic-extractor
Add --force-generic-extractor
9 years ago
Sergey M․ 2fece970b8 [extractor/generic] Clarify generic extraction warning 9 years ago
Yen Chi Hsuan a5158f38a3 [generic/adobetv] Support AdobeTVVideo embeds (#6039) 9 years ago
Sergey M․ c76799c555 [extractor/generic] Add test for xhamster embed 9 years ago
Sergey M․ 2bb5b6d0a1 [generic] Add support for xhamster embeds 9 years ago
Yen Chi Hsuan 756f574e4e [dailymotion/generic] Add DailymotionCloudIE 9 years ago
Yen Chi Hsuan b407e173e4 [vimeo/generic] Move detection logic from GenericIE to VimeoIE 9 years ago
Sergey M․ 78e2b74bb9 [tumblr] Add support for pornhub embeds (Closes #5963) 9 years ago
Sergey M․ 65d161c480 [extractor/generic] Add support for pornhub embeds 9 years ago
Sergey M․ d22dec74ff Add `--force-generic-extractor`
For some extractors that are hard to workout a good _VALID_URL we use very vague and unrestrictive ones,
e.g. just allowing anything after hostname and capturing part of URL as id.
If some of these extractors happen to have an video embed of some different hoster or platform
and this scenario was not handled in extractor itself we end up with inability to download this embed
until extractor is fixed to support embed of this kind.
Forcing downloader to use the generic extractor can be a neat temporary solution for this problem.
Example: FiveTV extractor with Tvigle embed - http://www.5-tv.ru/rabota/broadcasts/48/
9 years ago
Sergey M․ 9872d3110c [extractor/generic] Add support for tvigle embeds 9 years ago
Sergey M․ b859971873 [extractor/generic] Rename tvc embed url variable 9 years ago
Sergey M․ f37bdbe537 [extractor/generic] Add test for tvc embed 9 years ago
Sergey M․ 2da09ff8b0 [extractor/generic] Fix tvc ie_key 9 years ago
Sergey M․ 954c1d0529 [tvc] Refactor extractor names 9 years ago
Sergey M․ 494f20cbdc [extractor/generic] Add support for tvc embeds 9 years ago
Sergey M․ 97b570a94c [generic] Improve rtl.nl embeds detection (Closes #5950) 9 years ago
Yen Chi Hsuan b26733ba7f [brightcove] Allow single quotes in Brightcove URLs (fixes #5901) 9 years ago
Sergey M․ c5138a7ce4 [extractor/generic] Clarify test comment 9 years ago
Sergey M․ c5fa81fe81 [extractor/generic] Put all direct link tests near to each other for better navigation 9 years ago
Sergey M․ a074e92296 [extractor/generic] Add test for large compressed media 9 years ago
Sergey M․ 1ddb9456c4 [extractor/generic] Use compat_urllib_parse_unquote for unquoting video_id and title from URL 9 years ago
Sergey M․ 58bde34a23 [extractor/generic] Force Accept-Encoding to any for extraction pass 9 years ago
Sergey M․ 339516072b [extractor/generic] Unescape video_id and title extracted from URL 9 years ago
Sergey M․ 25c3a7348f [generic] Fix typo 9 years ago
Sergey M․ b827a6015c [generic] Add test for sportbox embeds 9 years ago
Sergey M․ d40a3b5b55 [generic] Add support for sportbox embeds 9 years ago
Jaime Marquínez Ferrándiz 3b5f65a64c [mlb] Fix extraction of articles
And move test from generic, since it's directly handled by MLBIE
9 years ago
Sergey M․ dc455a5f88 [extractor/generic] Add test for svt embed 9 years ago
Sergey M․ bab19a8e91 [extractor/generic] Add support for svt embeds (Closes #5622) 9 years ago