summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | release 2014.03.24.4Philipp Hagemeister2014-03-241-1/+1
| |
* | [arte] Add support for embedded videos (Fixes #2620)Philipp Hagemeister2014-03-243-3/+45
| |
* | [arte] Add support for multiple formatsPhilipp Hagemeister2014-03-241-21/+17
| |
* | [arte] Remove liveweb supportPhilipp Hagemeister2014-03-241-76/+3
| | | | | | | | liveweb.arte.tv is no longer functional, everything has moved to concert
* | [downloader/hls] Encode filename (Fixes #2609)Philipp Hagemeister2014-03-241-2/+4
| |
* | release 2014.03.24.3Philipp Hagemeister2014-03-241-1/+1
| |
* | [byutv] Add support (Fixes #2612)Philipp Hagemeister2014-03-243-1/+52
| |
* | [addanime] ModernizePhilipp Hagemeister2014-03-241-15/+16
| |
* | release 2014.03.24.2Philipp Hagemeister2014-03-242-1/+4
| |
* | [veoh] Improve extraction, fix youtube extraction (Closes #2616)Sergey M․2014-03-241-27/+92
| |
* | [cinemassacre] Fix #2815Philipp Hagemeister2014-03-241-21/+25
| |
* | Merge pull request #2553 from anisse/masterPhilipp Hagemeister2014-03-241-0/+13
|\ \ | | | | | | Add an option to specify custom HTTP headers
| * | Add an option to specify custom HTTP headersAnisse Astier2014-03-171-0/+13
| | |
* | | release 2014.03.24.1Philipp Hagemeister2014-03-241-1/+1
| | |
* | | [devscripts/release] Check version numberPhilipp Hagemeister2014-03-241-0/+6
| | |
* | | release 2014.03.24Philipp Hagemeister2014-03-241-1/+1
| | |
* | | release 2013.03.24.2Philipp Hagemeister2014-03-241-1/+1
| | |
* | | release 2013.03.24.1Philipp Hagemeister2014-03-241-1/+1
| | |
* | | [soundcloud] Always add streaming formatsPhilipp Hagemeister2014-03-241-30/+31
| | |
* | | [soundcloud] Simplify string literalsPhilipp Hagemeister2014-03-241-6/+6
| | |
* | | release 2013.03.24Philipp Hagemeister2014-03-241-1/+1
| | |
* | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-03-246-0/+341
|\ \ \
| * \ \ Merge pull request #2567 from jaimeMF/sphinx-docsPhilipp Hagemeister2014-03-246-0/+341
| |\ \ \ | | | | | | | | | | Add initial sphinx docs
| | * | | Add initial sphinx docsJaime Marquínez Ferrándiz2014-03-156-0/+341
| | | | | | | | | | | | | | | | | | | | With an initial guide for using youtube_dl from python programs.
* | | | | [RTS] Add extractor (Fixes #2608)Philipp Hagemeister2014-03-241-0/+61
| | | | |
* | | | | [instagram] Fix info_dict key namePhilipp Hagemeister2014-03-245-6/+41
| | | | |
* | | | | [radiofrance] ModernizePhilipp Hagemeister2014-03-231-15/+19
| | | | |
* | | | | [extractor/common] Clarify preference key in formatsPhilipp Hagemeister2014-03-231-1/+1
|/ / / /
* | | | release 2014.03.23Philipp Hagemeister2014-03-231-1/+1
| | | |
* | | | [instagram] Add support for user profiles (Fixes #2606)Philipp Hagemeister2014-03-236-29/+124
| | | |
* | | | [test] Move expect_info_dict out of test_downloadPhilipp Hagemeister2014-03-232-24/+33
| | | |
* | | | [utils] Simplify setproctitlePhilipp Hagemeister2014-03-231-4/+4
| | | |
* | | | [xbef] (Add extractor)Philipp Hagemeister2014-03-232-0/+51
| | | |
* | | | [worldstarhiphop] ModernizePhilipp Hagemeister2014-03-231-25/+18
| | | |
* | | | Merge remote-tracking branch 'fiocfun/xtube-user-extractor'Philipp Hagemeister2014-03-233-2/+47
|\ \ \ \ | |_|_|/ |/| | |
| * | | [xtube] user playlist extractorfiocfun2014-03-233-2/+47
| | | |
* | | | [metacafe] Remove accidently inserted comment stringSergey M․2014-03-231-1/+1
| | | |
* | | | [metacafe] More modernizeSergey M․2014-03-231-4/+3
| | | |
* | | | [metacafe] Replace cbs testSergey M․2014-03-231-5/+5
| | | |
* | | | [metacafe] ModernizeSergey M․2014-03-231-79/+80
|/ / /
* | | [pornhub] Fix uploader extraction and extract countsSergey M․2014-03-221-1/+20
| | |
* | | Remove unused imports and clarify variable namesPhilipp Hagemeister2014-03-223-9/+4
| | |
* | | [toypics] Separate user and video extraction (#2601)Philipp Hagemeister2014-03-223-29/+59
| | |
* | | Merge remote-tracking branch 'fiocfun/toypics-support'Philipp Hagemeister2014-03-222-0/+56
|\ \ \
| * | | toypics.net supportfiocfun2014-03-222-0/+56
| | | |
* | | | [youtube] Remove useless resolution fields from format definitionsPhilipp Hagemeister2014-03-221-29/+29
| | | | | | | | | | | | | | | | These can be - and are - calculated automatically by the YoutubeDL core.
* | | | Merge remote-tracking branch 'hurda/patch-1'Philipp Hagemeister2014-03-221-1/+1
|\ \ \ \
| * | | | itag 160 is 144p, not 192phurda2014-03-221-1/+1
| | | | |
* | | | | Make missing test definition fields an errorPhilipp Hagemeister2014-03-222-2/+8
|/ / / / | | | | | | | | | | | | If the result is not testable (for example, because a description changes often), either pass in a type or a regular expression (a string starting with 're:')
* | | | [videolectures.net] Make description optionalPhilipp Hagemeister2014-03-221-1/+4
| | | |