Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
formats(closes #11490)
|
|
|
|
Now Vimeo Review videos uses React. Thanks @davekaro for analyzing the
problem!
|
|
[ci skip]
|
|
|
|
|
|
|
|
|
|
Closes #9853
|
|
|
|
|
|
|
|
This will allow us to decide much faster that we don't want an already archived video,
and will allow having to download webpages for each video that has already been downloaded,
thus significantly speeding up the archival of channels that have no new content.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Fixes #8778
|
|
|
|
|
|
|
|
|
|
There was an ',' at the end of the line.
|
|
|
|
|
|
|
|
Now all _extract_*_formats routines return a list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|