Sergey M․
6c91a5a7f5
[extractor/generic] Fix following redirect in Refresh HTTP header on python 2
9 years ago
remitamine
ed1269000f
[brightcove] add support for brightcove in page embed( fixes #6824 )
9 years ago
felix
12439dd5ec
[generic] Capture <audio> tags in addition to <video> tags
9 years ago
Sergey M․
1f8125805e
[generic] Add test for screenwavemedia embed
9 years ago
Sergey M․
efd712c69b
[generic] Use screenwavemedia embed pattern
9 years ago
felix
8ca31a0e05
[generic] Look for ScreenwaveMedia embeds
9 years ago
Sergey M․
0791ac1b44
[extractor/generic] Clarify comment
9 years ago
Sergey M․
1de5cd3ba5
[extractor/generic] Add test for xspf playlist
9 years ago
Sergey M․
729accb482
[extractor/generic] Add support for xspf playlists
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
remitamine
653789afc7
add google drive 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
10 years ago
Sergey M․
1ac1c4c26e
[extractor/generic] Add support for OnionStudios embeds ( Closes #5841 )
10 years ago
Sergey M․
2fece970b8
[extractor/generic] Clarify generic extraction warning
10 years ago
Yen Chi Hsuan
a5158f38a3
[generic/adobetv] Support AdobeTVVideo embeds ( #6039 )
10 years ago
Sergey M․
c76799c555
[extractor/generic] Add test for xhamster embed
10 years ago
Sergey M․
2bb5b6d0a1
[generic] Add support for xhamster embeds
10 years ago
Yen Chi Hsuan
756f574e4e
[dailymotion/generic] Add DailymotionCloudIE
10 years ago
Yen Chi Hsuan
b407e173e4
[vimeo/generic] Move detection logic from GenericIE to VimeoIE
10 years ago
Sergey M․
78e2b74bb9
[tumblr] Add support for pornhub embeds ( Closes #5963 )
10 years ago
Sergey M․
65d161c480
[extractor/generic] Add support for pornhub embeds
10 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/
10 years ago
Sergey M․
9872d3110c
[extractor/generic] Add support for tvigle embeds
10 years ago
Sergey M․
b859971873
[extractor/generic] Rename tvc embed url variable
10 years ago
Sergey M․
f37bdbe537
[extractor/generic] Add test for tvc embed
10 years ago
Sergey M․
2da09ff8b0
[extractor/generic] Fix tvc ie_key
10 years ago
Sergey M․
954c1d0529
[tvc] Refactor extractor names
10 years ago
Sergey M․
494f20cbdc
[extractor/generic] Add support for tvc embeds
10 years ago
Sergey M․
97b570a94c
[generic] Improve rtl.nl embeds detection ( Closes #5950 )
10 years ago
Yen Chi Hsuan
b26733ba7f
[brightcove] Allow single quotes in Brightcove URLs ( fixes #5901 )
10 years ago
Sergey M․
c5138a7ce4
[extractor/generic] Clarify test comment
10 years ago
Sergey M․
c5fa81fe81
[extractor/generic] Put all direct link tests near to each other for better navigation
10 years ago
Sergey M․
a074e92296
[extractor/generic] Add test for large compressed media
10 years ago
Sergey M․
1ddb9456c4
[extractor/generic] Use compat_urllib_parse_unquote for unquoting video_id and title from URL
10 years ago