Age | Commit message (Collapse) | Author |
|
|
|
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 .
|
|
Fixes #4052.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This embed style is used on http://www.bitburger-open.de/ , but that is not included as a test case since the format is likely to be temporary.
|
|
|
|
|
|
|
|
|
|
Also, improve detection (Addresses #3662)
|
|
|
|
|
|
(Closes #3900)
|
|
|
|
The page is not available any more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
single quotes (fixes #3770)
See the examples in https://en.wikipedia.org/wiki/Meta_refresh or the shortened urls from https://t.co/.
|
|
|
|
|
|
|
|
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We're seeing quite a number of people who do not put a video file in the og:video field, but the player URL. Try to detect some of these and filter them out.
|
|
|
|
|
|
|
|
Conflicts:
youtube_dl/extractor/generic.py
|
|
|