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.
yt-dlp/youtube_dl
Jaime Marquínez Ferrándiz ecbe1ad207 [generic] Fix access to removed function in python 3.4
The `Request.get_origin_req_host` method was deprecated in 3.3, use the
 `origin_req_host` property if it's not available, see http://docs.python.org/3.3/library/urllib.request.html#urllib.request.Request.get_origin_req_host.
10 years ago
..
downloader [http] Use the `YoutubeDL.urlopen` method 10 years ago
extractor [generic] Fix access to removed function in python 3.4 10 years ago
postprocessor FFmpegMergerPP: Print an info message with the destination before running ffmpeg 11 years ago
FileDownloader.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 11 years ago
YoutubeDL.py Add bestvideo and worstvideo to special format names (#2163) 10 years ago
__init__.py Add bestvideo and worstvideo to special format names (#2163) 10 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 11 years ago
aes.py Add support for crunchyroll.com 11 years ago
update.py Clarify update output (Fixes #2205) 11 years ago
utils.py Add format to unified_strdate 10 years ago
version.py release 2014.03.17 10 years ago