[ChangeLog] Actualize
[youtube-dl] / youtube_dl / YoutubeDL.py
2020-02-29 Sergey M․[YoutubeDL] Force redirect URL to unicode on python 2
2020-02-14 jxu[YoutubeDL] Fix playlist entry indexing with --playlist...
2019-10-17 Sergey M․[utils] Improve subtitles_filename (closes #22753)
2019-09-24 Sergey M․[YoutubeDL] Honour all --get-* options with --flat...
2019-08-09 Remita Amine[YoutubeDL] check annotations availabilty(closes #18582)
2019-05-10 Sergey M․Fix W504 and disable W503 (closes #20863)
2019-04-16 Sergey M[openload] Add support for oladblock domains (#20471)
2019-04-01 Sergey M․[YoutubeDL] Add ffmpeg_location to post processor optio...
2019-03-10 Sergey M․Start moving to ytdl-org
2019-02-07 Sergey M․[YoutubeDL] Improve _make_archive_id (closes #19149)
2019-02-01 Sergey M․[YoutubeDL] Fallback to ie_key of matching extractor...
2019-01-23 Sergey M․[YoutubeDL] Fix typo in string negation implementation...
2019-01-20 Sergey M․[YoutubeDL] Add negation support for string comparisons...
2018-12-08 Sergey M․[YoutubeDL] Introduce YoutubeDLCookieJar and clarify...
2018-12-08 aegamesi[YoutubeDL] Recognize expires=0 as session cookies...
2018-06-28 Sergey M․Prefer ffmpeg over avconv by default (closes #8622)
2018-05-19 Sergey M․Remove experimental mark for some options
2018-05-08 Sergey M․[YoutubeDL] Ensure ext exists for automatic captions
2018-05-02 Sergey M․Improve geo bypass mechanism
2018-04-19 Douglas Su[YoutubeDL] Fix typo in media extension compatibility...
2018-04-08 Sergey M․[YoutubeDL] Do not save/restore console title while...
2018-02-10 Sergey M․[YoutubeDL] Add support for filesize_approx in format...
2018-02-03 Sergey M․Document http_chunk_size
2018-01-09 Yen Chi HsuanMerge branch 'weibo' of https://github.com/sprhawk...
2018-01-01 Sergey M․[YoutubeDL] Output python implementation in debug header
2017-12-26 sprhawkMerge branch 'master' of github.com:rg3/youtube-dl...
2017-12-18 Sergey M․[YoutubeDL] Add support for playlist_uploader and playl...
2017-11-13 Sergey M․[YoutubeDL] Fix playlist range optimization for --playl...
2017-10-11 Sergey M․[YoutubeDL] Improve _default_format_spec (closes #14461)
2017-10-06 Sergey M․[YoutubeDL] Ignore duplicates in --playlist-items
2017-10-06 Sergey M․[YoutubeDL] Fix out of range --playlist-items for itera...
2017-09-30 Sergey M․[YoutubeDL] PEP 8
2017-09-27 Sergey M․[YoutubeDL] Document youtube_include_dash_manifest
2017-09-23 Sergey M․Hide experimental phantomjs wrapper
2017-09-15 Yen Chi HsuanMerge pull request #14225 from Tithen-Firion/openload...
2017-09-13 Yen Chi HsuanMerge pull request #12909 from remitamine/raw-sub
2017-09-05 Sergey M․[YoutubeDL] Ensure dir existence for each requested...
2017-08-22 Yen Chi HsuanMerge pull request #13669 from bmwiedemann/master
2017-08-17 Sergey M․[YoutubeDL] Sanitize byte string format URLs (#13951)
2017-08-12 Sergey M․[YoutubeDL] Make sure format id is not empty
2017-08-03 Tithen-Firion[phantomjs] add exe version to debug info
2017-07-22 Sergey M․[YoutubeDL] Improve default format specification (close...
2017-07-20 Sergey M․[YoutubeDL] Do not override id, extractor and extractor...
2017-07-15 Sergey M․[YoutubeDL] PEP 8
2017-07-13 Sergey M․[YoutubeDL] Don't expand env variables in meta fields...
2017-07-09 Sergey M․Keep in sync with ffmpeg's current malformed AAC bitstr...
2017-06-23 Sergey M․[YoutubeDL] Skip malformed formats for better extractio...
2017-06-08 Sergey M․[YoutubeDL] Sanitize more fields (#13313)
2017-06-03 CeruleanSky[YoutubeDL] Don't emit ANSI escape codes on Windows
2017-05-24 remitamineMerge pull request #12861 from Tithen-Firion/cbsinterac...
2017-05-08 Sergey M․[YoutubeDL] Force restrict filenames when no locale...
2017-05-04 Tithen-FirionMerge branch 'master' into openload-phantomjs-method
2017-04-29 Remita Amine[YoutubeDL] write raw subtitle files
2017-04-23 Sergey M․[YoutubeDL] Fix output template for missing timestamp...
2017-04-15 remitamineMerge pull request #12752 from triple-j/go90_improvemen...
2017-04-15 Sergey M․[YoutubeDL] Apply expand_path after output template...
2017-04-15 Sergey M․[YoutubeDL] Propagate overridden metadata to IE results...
2017-04-12 Remita Amineimprove coding style
2017-03-31 Sergey M․[YoutubeDL] Return early when extraction of url_transpa...
2017-03-25 Random UserMerge branch 'master' of github.com-rndusr:rg3/youtube...
2017-03-25 Sergey M․Use expand_path where appropriate (closes #12556)
2017-03-19 Sergey M․[YoutubeDL] Allow multiple input URLs to be used with...
2017-03-01 Sergey M․[YoutubeDL] Don't sanitize identifiers (closes #12317)
2017-02-23 Sergey M․Suppress help for all deprecated options and print...
2017-02-23 Sergey M․[YoutubeDL] Add more numeric fields for NA substitution...
2017-02-23 Sergey M․[YoutubeDL] Rewrite outtmpl for playlist_index and...
2017-02-23 Sergey M․[YoutubeDL] Add support for string formatting operation...
2017-02-18 Sergey M․Rename bypass geo restriction options
2017-02-18 Sergey M․Add faked X-Forwarded-For to formats' HTTP headers
2017-02-18 Sergey M․Add experimental geo restriction bypass mechanism
2017-02-03 Yen Chi HsuanMerge pull request #11901 from ThomasChr/randonplaylist...
2017-02-03 Remita AmineMerge branch 'fstirlitz-filmon'
2017-01-31 Thomas ChristliebNew parameter --playlist-random to randomize playlist...
2017-01-28 Costy Petrisoradded --autonumber-start NUMBER as a command line optio...
2017-01-14 Sergey M․[YoutubeDL] Improve protocol auto determining (closes...
2017-01-05 Yen Chi HsuanFix "invalid escape sequences" error on Python 3.6
2016-11-19 Yen Chi HsuanMerge branch 'master' of https://github.com/DarkstaIker...
2016-11-01 Remita Amineadd Basic support for Smooth Streaming protocol(#8118)
2016-10-19 remitamineMerge pull request #10819 from raleeper/adobepass
2016-10-03 Déstin ReedUnify coding cookie
2016-09-15 Sergey M․[YoutubeDL] Improve Adobe Pass options' wording
2016-09-14 Remita Amine[ap] improve adobe pass names and parse error handling
2016-09-13 Remita Amine[adobepass] add specific options for adobe pass authent...
2016-09-12 Remita Amine[adobepass] add an option to specify mso_id and support...
2016-08-25 Remita Amine[YoutubeDL] check only for None Value in thumbnails...
2016-08-25 Remita Amine[YoutubeDL] add fallback value for thumbnails values...
2016-08-21 Yen Chi HsuanMerge branch 'charlierose' of https://github.com/TRox19...
2016-08-21 Sergey M․[YoutubeDL] Autocalculate ext when ext is None
2016-08-11 Yen Chi HsuanMerge branch 'lkho-pr/#10268'
2016-08-11 Yen Chi Hsuan[YoutubeDL] Disable newline conversion when writing...
2016-08-11 Yen Chi HsuanMerge branch 'pr/#10268' of https://github.com/lkho...
2016-08-10 lkhoPreserve line endings for downloaded subtitle files
2016-08-08 Sergey M․Fix --min/max-sleep-interval wording
2016-08-08 singh-pratyush96Add --max-sleep-interval (Closes #9930)
2016-07-15 Sergey M․[YoutubeDL] Fix incomplete formats check
2016-07-15 Sergey M․[YoutubeDL] Fix format selection with filters (Closes...
2016-07-10 Yen Chi HsuanMerge pull request #8876 from remitamine/html5_media
2016-07-09 Yen Chi HsuanMerge pull request #9288 from reyyed/issue#9063fix
2016-07-03 Yen Chi HsuanRename --cn-verfication-proxy to --geo-verification...
2016-06-09 Yen Chi HsuanMerge pull request #9395 from pmrowla/afreecatv
next