Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
[videott] improve extraction
|
|
|
|
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
|
|
|
|
|
|
|
|
The test is probably infringing copyright and nobody has provided a new test (see #4643).
|
|
|
|
|
|
|
|
This fixes #2288, #2506, #2607, #3681, #4741, #4767.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#4705)
|
|
|
|
|
|
|
|
|
|
Conflicts:
youtube_dl/__init__.py
youtube_dl/downloader/common.py
|
|
|
|
|
|
We were duplicating (bad) code and doing crazy things with SSL.
Just use TLSv1 across the board, and do with one implementation of HTTPSConnection.connect.
Fixes #4696.
|
|
|
|
|
|
Embed description and URL as MP4 tags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|