You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
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
..
downloader [downloader/rtmp] Fix a typo 9 years ago
extractor Add `--force-generic-extractor` 9 years ago
postprocessor [postprocessor/embedthumbnail] embed mp4 too (fixes #5840) 9 years ago
YoutubeDL.py Add `--force-generic-extractor` 9 years ago
__init__.py Add `--force-generic-extractor` 9 years ago
__main__.py [test_unicode_literals] Arm unicode_literals check 10 years ago
aes.py [aes] Fix for python 3.2 9 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py Remove code that was only used by the Grooveshark extractor 9 years ago
jsinterp.py [jsinterp] Disable comment support 9 years ago
options.py Add `--force-generic-extractor` 9 years ago
swfinterp.py Fix imports and general cleanup 10 years ago
update.py update: Use https for getting the version info (fixes #5909) 9 years ago
utils.py [yahoo] Add support for closed captions (closes #5714) 9 years ago
version.py release 2015.06.04.1 9 years ago