aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* Don't hardcode errno constantJakub Wilk2016-05-141-1/+1
* [YoutubeDL] Sanitize url for url and url_transparent extraction resultsSergey M․2016-05-141-0/+1
* [utils] Register SOCKS protocols in urllib and support SOCKS4AYen Chi Hsuan2016-05-101-0/+3
* Expanduser for more options with input filesSergey M․2016-05-081-0/+1
* [YoutubeDL] Skip non-relevant field types when building output templateSergey M․2016-05-021-1/+1
* [YoutubeDL] Properly process unable-to-download-error on python2Sergey M․2016-05-021-1/+1
* Add --hls-prefer-ffmpegSergey M․2016-04-211-1/+3
* lazy extractors: Output if it's enabled in the verbose logJaime Marquínez Ferrándiz2016-04-081-1/+3
* Delay initialization of InfoExtractors until they are neededJaime Marquínez Ferrándiz2016-04-081-4/+6
* [YoutubeDL] Sanitize single thumbnail URLSergey M․2016-04-081-1/+4
* [YoutubeDL] Fix sanitizing subtitles' urlSergey M․2016-03-281-1/+2
* [YoutubeDL] Sort importsSergey M․2016-03-261-5/+5
* [YoutubeDL] Sanitize final URLs (Closes #8991)Sergey M․2016-03-261-0/+5
* [YoutubeDL] Improve _format_noteSergey M․2016-03-201-1/+1
* Added format_id to the filers on -f.John Peel2016-03-181-1/+1
* [YoutubeDL] check for --list-thumbnails immediately after processing themremitamine2016-03-131-10/+6
* [YoutubeDL] Improve _format_noteSergey M․2016-03-101-1/+3
* [YoutubeDL] Carry long lines and improve readabilitySergey M․2016-03-061-10/+18
* [YoutubeDL] Fix typo in m3u8_native fixupSergey M․2016-03-061-1/+1
* Merge pull request #8718 from remitamine/m3u8-fixupremitamine2016-03-051-0/+17
|\
| * Add fixup for media files produced by HlsNative downloader(fixes #4776)remitamine2016-03-011-0/+17
* | [YoutubeDL] Fix resolution with missing height in output template dictSergey M․2016-03-051-1/+1
* | [jython] Introduce compat_os_nameYen Chi Hsuan2016-03-031-6/+7
* | [YoutubeDL] Skip postprocessing and archive report when outputting to stdout ...Sergey M․2016-03-021-1/+1
|/
* [refactor] Single quotes consistencySergey M․2016-02-141-3/+3
* [refactor] Do not specify redundant None as second argument in dict.get()Sergey M․2016-02-141-5/+5
* [YoutubeDL] Allow bestvideo+bestaudio for any extractorSergey M․2016-02-131-1/+0
* [YoutubeDL] Fix format resolution when height is missingSergey M․2016-02-111-1/+1
* [YoutubeDL] Sanitize format_id (Closes #8494)Sergey M․2016-02-101-0/+3
* [YoutubeDL] Do not override ie_key in url_transparentYen Chi Hsuan2016-02-011-2/+1
* Add --hls-use-mpegts optionJaime Marquínez Ferrándiz2016-01-301-1/+1
* Update YoutubeDL.pydyn8882016-01-281-1/+1
* [YoutubeDL] Ensure protocol is always presentSergey M․2016-01-161-0/+5
* [YoutubeDL] Introduce CSS3 like string operatorsYen Chi Hsuan2016-01-161-0/+3
* [YoutubeDL] Auto generate title fields corresponding to the *_number fieldsSergey M․2016-01-161-0/+6
* [YoutubeDL] use a more correct terminology in the error message for file:// URLsJaime Marquínez Ferrándiz2016-01-141-1/+1
* [YoutubeDL] improve error message for file:/// URLsJaime Marquínez Ferrándiz2016-01-141-1/+1
* [YoutubeDL] urlopen: use build_opener againJaime Marquínez Ferrándiz2016-01-141-7/+12
* [YoutubeDL] urlopen: disable the 'file:' protocol (#8227)Jaime Marquínez Ferrándiz2016-01-141-2/+8
* Revert "fix typos"remitamine2016-01-101-2/+2
* fix typosremitamine2016-01-101-2/+2
* Fix typosJakub Wilk2016-01-101-1/+1
* [ccc] Add language information to formatsPhilipp Hagemeister2016-01-011-0/+4
* Rename error_to_str to error_to_compat_strSergey M․2015-12-201-5/+5
* [YoutubeDL] Revert error_to_str for ExtractorErrorSergey M․2015-12-201-1/+1
* Use proper encoding on compat_str construction when necessarySergey M․2015-12-201-2/+3
* [YoutubeDL] More error_to_strSergey M․2015-12-201-1/+1
* [YoutubeDL] Use error_to_strSergey M․2015-12-201-2/+2
* Properly convert errors to stringsSergey M․2015-12-201-3/+4
* [YoutubeDL] Check formats for merge to be opposite (#7786)Sergey M․2015-12-071-0/+6