| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account
Co-authored-by: Pccode66
Co-authored-by: pukkandan
|
|
|
| |
to avoid using same folder when using pip install for example
|
|
|
|
| |
it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
In pycodestyle 2.1.0, E305 was introduced, which requires two blank
lines after top level declarations, too.
See https://github.com/PyCQA/pycodestyle/issues/400
See also #10689; thanks @stepshal for first mentioning this issue and
initial patches
|
|
|
|
|
| |
After switching to HTML5 extraction helpers in generic.py, the result
info_dict is always a playlist.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
With IDN (Internationalized Domain Name) and a proxy, non-ascii URLs
are passed down to urllib/urllib2, causing UnicodeEncodeError
Fixes #8890
|
|
|
|
|
| |
make offlinetest passed on the latest Jython hg version with patched
lib-python/2.7/urllib2.py pulled from CPython 2.7.11
|
| |
|
| |
|
|
|