aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ard] Remove deleted video test casePhilipp Hagemeister2015-02-011-7/+1
|
* [mpora] ModernizePhilipp Hagemeister2015-02-011-10/+6
|
* [compat] Correct compat_basestring definitionPhilipp Hagemeister2015-02-011-2/+3
|
* Appease pyflakes8-3Philipp Hagemeister2015-02-013-20/+27
|
* Merge branch 'kinetoskombi-globo-fix'Sergey M․2015-02-011-5/+23
|\
| * [globo] Properly extract m3u8 formats (#4346 #4832)Sergey M․2015-02-011-8/+11
| |
| * [globo] Fix error on some globo videoskinetoskombi2015-01-311-2/+17
|/
* Fix flake8 errorsJaime Marquínez Ferrándiz2015-01-313-22/+23
|
* [rtve] Recognize mobile urls (fixes #4823)Jaime Marquínez Ferrándiz2015-01-301-1/+4
|
* [rtve] Fix extractionJaime Marquínez Ferrándiz2015-01-301-1/+14
| | | | Skip live stream test, we can't use the f4m manifest yet
* [YoutubeDL] Fix video+audio format_id (Closes #4824)Sergey M․2015-01-311-1/+2
|
* [comedycentral:shows] Generate better IDs and add a test for thatPhilipp Hagemeister2015-01-301-1/+33
|
* [bbccouk] Improve _VALID_URLSergey M․2015-01-301-1/+4
|
* [mixcloud] Remove unused importSergey M․2015-01-301-1/+0
|
* [mixcloud] Fix extraction (Closes #4784)Sergey M․2015-01-301-5/+8
|
* [nhl:news] Add extractor (Closes #4805)Sergey M․2015-01-302-7/+40
|
* [nhl] Improve _VALID_URL (#4805)Sergey M․2015-01-301-1/+4
|
* [drtv] Improve _VALID_URL (#4814)Sergey M․2015-01-301-1/+1
|
* [mtv] Extract subtitles (Closes #4811)Sergey M․2015-01-301-3/+31
|
* [spike] Improve _VALID_URLSergey M․2015-01-301-2/+2
|
* [spike] ModernizeSergey M․2015-01-301-3/+2
|
* [downloader/f4m] Clarify that we should eventually just implement the DRM ↵Philipp Hagemeister2015-01-301-3/+3
| | | | scheme (#3000)
* Merge remote-tracking branch 'rzhxeo/f4m-drm'Philipp Hagemeister2015-01-301-1/+19
|\
| * Filter DRM protected media in f4m downloaderrzhxeo2015-01-261-1/+19
| |
* | [washingtonpost] Catch more UUIDsPhilipp Hagemeister2015-01-301-4/+30
| |
* | [extractor/common] Document all protocol valuesPhilipp Hagemeister2015-01-301-1/+2
| |
* | [test/helper] Clarify which keys have to be addedPhilipp Hagemeister2015-01-301-3/+9
| |
* | [youtube] Remove unused importPhilipp Hagemeister2015-01-301-1/+0
| |
* | [cinchcast] Wrap overly long lines (#4820)Philipp Hagemeister2015-01-301-1/+4
| |
* | Merge remote-tracking branch 'codesparkle/master'Philipp Hagemeister2015-01-306-14/+4
|\ \
| * | Smotri info extractor: removed unreachable code and updated old md5 for test ↵codesparkle2015-01-301-4/+1
| | | | | | | | | | | | video
| * | Remove duplicate dictionary keyscodesparkle2015-01-302-2/+0
| | |
| * | Simplify list creationcodesparkle2015-01-301-6/+1
| | |
| * | The opening curly brace `{` is a regex reserved [control ↵codesparkle2015-01-302-2/+2
| | | | | | | | | | | | character](http://stackoverflow.com/a/400316/1106367), so it needs to be escaped.
* | | dedup AUTHORSPhilipp Hagemeister2015-01-301-1/+0
|/ /
* | release 2015.01.30.2Philipp Hagemeister2015-01-301-1/+1
| |
* | [youtube] Fall back to embed webpage when content is blocked on main (Fixes ↵Philipp Hagemeister2015-01-301-2/+15
| | | | | | | | #4717)
* | [README] Add an FAQ for YouTube IDs starting with a dash (Closes #4800)Philipp Hagemeister2015-01-301-0/+7
| |
* | release 2015.01.30.1Philipp Hagemeister2015-01-301-1/+1
| |
* | release 2015.01.30Philipp Hagemeister2015-01-302-4/+4
| |
* | [youtube:truncated_url] Add hl= forms (#4799)Philipp Hagemeister2015-01-301-0/+4
| |
* | [dctp] PEP8Philipp Hagemeister2015-01-301-2/+2
| |
* | Credit @bastik for dctp.tv (#4796)Philipp Hagemeister2015-01-301-0/+1
| |
* | [dctp] Improve output (#4796)Philipp Hagemeister2015-01-301-6/+13
| |
* | Merge remote-tracking branch 'bastik/dev-dctp'Philipp Hagemeister2015-01-303-0/+54
|\ \
| * | [dctp] prefix real_time parameter with rtmp_Paul Hartmann2015-01-302-2/+2
| | |
| * | [dctp] fix testPaul Hartmann2015-01-301-2/+3
| | |
| * | [dctp] follow id conventionsPaul Hartmann2015-01-291-2/+3
| | |
| * | [dctp] fix python 2.6 compatibilityPaul Hartmann2015-01-291-3/+3
| | |
| * | added test for dctpPaul Hartmann2015-01-281-1/+8
| | |