summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
* | [arte] Fix video.arte.tv extractorPhilipp Hagemeister2014-03-241-2/+5
| |
* | [rts] Add thumbnail supportPhilipp Hagemeister2014-03-241-0/+2
| |
* | [clipfish] ModernizePhilipp Hagemeister2014-03-242-22/+17
|/
* 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-241-1/+1
|
* [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
| |
* | 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
| |
* | [RTS] Add extractor (Fixes #2608)Philipp Hagemeister2014-03-241-0/+61
| |
* | [instagram] Fix info_dict key namePhilipp Hagemeister2014-03-243-6/+33
| |
* | [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-233-8/+78
| |
* | [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-232-2/+38
|\ \
| * | [xtube] user playlist extractorfiocfun2014-03-232-2/+38
| | |
* | | [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-222-29/+50
| |
* | 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-221-0/+1
|/ / / | | | | | | | | | 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
| | |
* | | [generic] Run TED detection before JW Player detectionJaime Marquínez Ferrándiz2014-03-221-6/+6
| | | | | | | | | | | | Otherwise it overwrittes the `mobj` variable.
* | | Merge remote-tracking branch 'dstftw/generic-webpage-unescape'Jaime Marquínez Ferrándiz2014-03-211-1/+17
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/generic.py