aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-03-03release 2018.03.032018.03.03Sergey M․
2018-02-22release 2018.02.222018.02.22Sergey M․
2018-02-03release 2018.02.032018.02.03Sergey M․
2018-01-14[README.md] Clarify macOS nameReto Kromer
2017-12-19[YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in ↵Sergey M․
output template (closes #11427, #15018)
2017-12-07[README.md] Add is_live, start_time and end_time to output template section ↵Sergey M․
(closes #14926)
2017-10-21[README.md] Add build status bagdeSergey M․
2017-10-04[README.md] Use revision bound link to YoutubeDL options (closes #14401)Sergey M․
2017-09-24release 2017.09.242017.09.24Sergey M․
2017-09-08[README.md] Clarify how to run extractor specific test caseskayb94
2017-08-20[README.md] Switch to HTTPS URLsAlan Yee
2017-08-04[README.md] Improve grammarJustin Quan
2017-06-12release 2017.06.122017.06.12Sergey M․
2017-06-08[README.md] Improve man page formattingSergey M․
2017-05-30[README.md] Mention http_dash_segments protocolSergey M․
2017-05-29[README.md] Add an example for how to use .netrc on WindowsYen Chi Hsuan
That's a Python bug: http://bugs.python.org/issue28334 Most likely it will be fixed in Python 3.7: https://github.com/python/cpython/pull/123
2017-05-14release 2017.05.142017.05.14Sergey M․
2017-04-26release 2017.04.262017.04.26Sergey M․
2017-04-02release 2017.04.022017.04.02Sergey M․
2017-03-16release 2017.03.162017.03.16Sergey M․
2017-02-24release 2017.02.242017.02.24Sergey M․
2017-02-23[README.md] Clarify sequence types in output template and document numeric ↵Sergey M․
string formatting operations
2017-02-21release 2017.02.212017.02.21Sergey M․
2017-02-17release 2017.02.172017.02.17Sergey M․
2017-02-04release 2017.02.042017.02.04Sergey M․
2017-01-29release 2017.01.292017.01.29Sergey M․
2017-01-22release 2017.01.222017.01.22Sergey M․
2017-01-14[README.md] Clarify newline format in cookies section (closes #11709)Sergey M․
2017-01-06[README.md] Mention --config-location in configuration section (#11615)Sergey M․
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2017-01-02Update Readme: Set home in sudo pip installOskar Cieslik
Hi, it's not always a default behaviour, but when you use `sudo pip` you most likely may want to use `-H` flag to set HOME value to directory of the target user :)
2017-01-01[README.md] Update link to available YoutubeDL optionsSergey M․
2016-12-31release 2016.12.312016.12.31Sergey M․
2016-12-31[README.md] Fix spelling and harmonize line lengthDavid Haberthür
2016-12-23[README.md] Add missing protocols to format selection sectionSergey M․
2016-12-23[README.md] Fix typohub2git
2016-12-01[README.md] Fix typoLaneone
Just a minor spelling mistake in the readme
2016-11-20[README.md] Update link from generated CONTRIBUTING.mdJoseph Frazier
2016-11-07[README.md] Mention HTTP headers and alternative way to obtain cookies and ↵Sergey M․
headers in -g FAQ
2016-10-31[README.md] Fix a typoMel Shafer
2016-10-19[README.md] Change 'guys' to 'people'Jack Danger Canty
Folks at Ubuntu aren't all male so calling them 'guys' is a little odd.
2016-10-16[README.md] Improve grammarSimon Morgan
2016-10-14README.md: fix alrady typoVítor Galvão
2016-10-09[Makefile] Fix for GNU make < 4 (closes #9387)Yen Chi Hsuan
Shell assignment operator in BSD make != is ported to GNU make in version 4.0, so 3.x doesn't work. I choose to drop BSD make support as installing GNU make on *BSD systems is easier than installing newer GNU make.
2016-09-15release 2016.09.152016.09.15Sergey M․
2016-09-07Explain why and why not to specify --hls-prefer-nativePhilipp Hagemeister
This has been asked at http://stackoverflow.com/questions/39357037/what-does-youtube-dl-option-hls-prefer-native-do-any-downside-adding-to-youtu
2016-09-04release 2016.09.042016.09.04Sergey M․
2016-08-28[README.md] Fix typo in download archive FAQ entrySergey M․
2016-08-25[README] Clean up grammar in --download-archive paragraphPhilipp Hagemeister
2016-08-25[README.md] Add FAQ entry for download archiveSergey M․