aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* [YoutubeDL] Add --playlist-items option (Fixes #2662)Philipp Hagemeister2015-01-253-5/+38
* Merge remote-tracking branch 'h-collector/master'Philipp Hagemeister2015-01-251-3/+55
|\
| * Don't use report_warning for reporting warningsh-collector2014-10-201-3/+3
| * Update fc2.pyh-collector2014-10-201-3/+3
| * Fix issues with fc2h-collector2014-10-201-3/+46
* | [YoutubeDL] Implement --write-all-thumbnails (Closes #2269)Philipp Hagemeister2015-01-253-19/+43
* | Add --list-thumbnailsPhilipp Hagemeister2015-01-256-10/+69
* | [krasview] Fix extractionSergey M․2015-01-251-13/+9
* | [YoutubeDL._calc_cookies] Restore the 'is_unverifiable'Jaime Marquínez Ferrándiz2015-01-241-0/+3
* | [YoutubeDL._calc_cookies] Restore the 'has_header' methodJaime Marquínez Ferrándiz2015-01-241-0/+3
* | [YoutubeDL] Fill the info dict 'http_headers' field with all the headers avai...Jaime Marquínez Ferrándiz2015-01-242-40/+39
* | [downloader/external] Use the 'http_headers' fieldJaime Marquínez Ferrándiz2015-01-241-3/+3
* | [extractors] Use http_headers for setting the User-Agent and the RefererJaime Marquínez Ferrándiz2015-01-245-8/+9
* | [utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the...Jaime Marquínez Ferrándiz2015-01-245-9/+4
* | [downloader/external] Add curl and aria2c (Closes #182)Philipp Hagemeister2015-01-241-2/+25
* | [youtube:truncated_url] Add x-yt-cl URLs (#4773)Philipp Hagemeister2015-01-241-5/+17
* | [videott] Improve _VALID_URL and add testSergey M․2015-01-241-3/+6
* | [videott] improve extractionIrfan Charania2015-01-231-1/+1
* | [downloader] Lay groundwork for external downloaders.Philipp Hagemeister2015-01-247-14/+169
* | [downloader] Improve downloader selectionPhilipp Hagemeister2015-01-233-18/+39
* | [twitch] PEP8Jaime Marquínez Ferrándiz2015-01-231-1/+1
* | [auengine] Remove extractorJaime Marquínez Ferrándiz2015-01-232-51/+0
* | [cliphunter] Fix extraction and update test (Fixes #4362)Naglis Jonaitis2015-01-231-35/+25
* | release 2015.01.23.4Philipp Hagemeister2015-01-231-1/+1
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-01-231-2/+12
|\ \
| * | [atresplayer] Extract subtitlesSergey M․2015-01-231-2/+12
* | | [youtube] Fixup DASH m4a headersPhilipp Hagemeister2015-01-234-9/+47
|/ /
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-01-234-13/+53
|\ \
| * | [atresplayer] Filter URLs and clarify android format idsSergey M․2015-01-231-2/+4
| * | [twitch] Add support for bookmarksSergey M․2015-01-232-5/+37
| * | [atresplayer] Don't include f4m formats if they are protected by DRM (fixes #...Jaime Marquínez Ferrándiz2015-01-231-1/+8
| * | [downloader/f4m] build_fragments_list: Support videos with more than 1 segmentJaime Marquínez Ferrándiz2015-01-231-5/+4
* | | [liveleak] Add original videos (Fixes #4768)Philipp Hagemeister2015-01-231-4/+14
* | | [liveleak] ModernizePhilipp Hagemeister2015-01-231-3/+2
|/ /
* | release 2015.01.23.3Philipp Hagemeister2015-01-231-1/+1
* | [utils] Catch strange Windows errors (Closes #4733)Philipp Hagemeister2015-01-231-0/+3
* | Fix --sleep-interval (#3426)Philipp Hagemeister2015-01-232-7/+1
* | Merge remote-tracking branch 'rupertbaxter2/master'Philipp Hagemeister2015-01-234-0/+18
|\ \
| * \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-197-14/+237
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-162-2/+20
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-153-6/+152
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-131-2/+2
| |\ \ \ \ \
| * | | | | | Removed sleep and sleep output when interval is zerorupertbaxter22014-08-131-2/+3
| * | | | | | Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-1313-80/+163
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-084-48/+123
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-064-2/+61
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-053-2/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-031-2/+15
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Removed unneccesary changes to utils.pyrupertbaxter22014-08-031-3/+0
| * | | | | | | | | | | Added --sleep-interval optionrupertbaxter22014-08-033-0/+14