summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.01.23.1 2014.01.23.1Philipp Hagemeister2014-01-231-1/+1
|
* Correct --max-downloads with --ignore-errorsPhilipp Hagemeister2014-01-231-0/+2
|
* Clarify update output (Fixes #2205)Philipp Hagemeister2014-01-231-1/+1
| | | | No, we are not intentionally hiding the version number. Why would we?
* [rottentomatoes] Use unicode_literalsPhilipp Hagemeister2014-01-231-5/+7
|
* [xhamster] Futher simplificationPhilipp Hagemeister2014-01-231-27/+25
|
* [xhamster] Use unicode_literalsPhilipp Hagemeister2014-01-231-25/+27
|
* [xhamster] Add support for hd videoMike Col2014-01-231-1/+19
| | | | Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
* release 2014.01.23 2014.01.23Philipp Hagemeister2014-01-232-3/+3
|
* [nowness] Add supportPhilipp Hagemeister2014-01-233-1/+51
|
* [gamespot] Fix regexpPhilipp Hagemeister2014-01-221-2/+2
|
* Move --youtube-include-dash-manifest into correct option groupPhilipp Hagemeister2014-01-221-1/+1
|
* release 2014.01.22.5 2014.01.22.5Philipp Hagemeister2014-01-222-179/+206
|
* [youtube] Make DASH manifest download conditional for nowPhilipp Hagemeister2014-01-222-6/+14
| | | | DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403.
* Add __len__ to PagedListsPhilipp Hagemeister2014-01-221-0/+4
|
* [newgrounds] SimplifyPhilipp Hagemeister2014-01-221-13/+17
|
* release 2014.01.22.4 2014.01.22.4Philipp Hagemeister2014-01-221-1/+1
|
* Merge branch 'paged-lists'Philipp Hagemeister2014-01-224-25/+92
|\ | | | | | | | | | | Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py
| * Add infrastructure for paged listsPhilipp Hagemeister2014-01-204-25/+92
| | | | | | | | | | | | | | | | | | This commit allows to download pages in playlists as needed instead of all at once. Before this commit, youtube-dl http://www.youtube.com/user/ANNnewsCH/videos --playlist-end 2 --skip-download took quite some time - now it's almost instantaneous. As an example, the youtube:user extractor has been converted. Fixes #2175
* | Merge branch 'youtube-dash-manifest'Philipp Hagemeister2014-01-224-27/+76
|\ \ | | | | | | | | | | | | Conflicts: youtube_dl/extractor/youtube.py
| * | [youtube] Download DASH manifestPhilipp Hagemeister2014-01-194-27/+76
| | | | | | | | | | | | | | | If given, download and parse the DASH manifest file, in order to get ultra-HQ formats. Fixes #2166
* | | [xvideos] SimplifyPhilipp Hagemeister2014-01-221-15/+15
| | |
* | | [xvideos] Fix thumbnail extractionMike Col2014-01-221-2/+2
| | | | | | | | | | | | Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
* | | [cspan] Disable testPhilipp Hagemeister2014-01-221-0/+1
| | | | | | | | | | | | | | | It works fine from all my machines, no matter where, but from travis, we get lots of 403s. Maybe another project is scraping CSPAN from travis and they're blocking the travis machines?
* | | Document -f worstaudio as wellPhilipp Hagemeister2014-01-222-3/+3
| | |
* | | release 2014.01.22.3 2014.01.22.3Philipp Hagemeister2014-01-222-2/+4
| | |
* | | Default to -f best-audio when only audio is requestedPhilipp Hagemeister2014-01-222-2/+6
| | |
* | | Use unicode_literals in test_YoutubeDLPhilipp Hagemeister2014-01-221-62/+64
| | |
* | | Add -f bestaudio (Fixes #2163)Philipp Hagemeister2014-01-223-1/+43
| | |
* | | release 2014.01.22.2 2014.01.22.2Philipp Hagemeister2014-01-222-1/+5
| | |
* | | Add new --default-search option (#2193)Philipp Hagemeister2014-01-223-3/+21
| | |
* | | [comedycentral] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-221-8/+0
| | |
* | | Merge pull request #2195 from dstftw/masterJaime Marquínez Ferrándiz2014-01-221-1/+1
|\ \ \ | | | | | | | | [space] Add support for mobile URLs
| * | | [space] Add support for mobile URLsdst2014-01-221-1/+1
| | | |
* | | | [southparkstudios] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-222-11/+6
|/ / /
* | | [cspan] Make ‘www’ optional and improve the regex for extracting the id ↵Jaime Marquínez Ferrándiz2014-01-221-3/+3
| | | | | | | | | | | | (fixes #2194)
* | | [gametrailers] Use the generic `_real_extract` provided by the base classJaime Marquínez Ferrándiz2014-01-221-11/+0
| | |
* | | [comedycentral] Use unicode_literalsPhilipp Hagemeister2014-01-221-30/+32
| | |
* | | [comedycentral] Adapt testcasePhilipp Hagemeister2014-01-222-1/+2
| | | | | | | | | | | | In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt.
* | | [imdb:list] Switch to loading the webpagePhilipp Hagemeister2014-01-221-19/+12
| | | | | | | | | | | | The RSS method seems to be defunct.
* | | [d8] typoPhilipp Hagemeister2014-01-221-1/+1
| | |
* | | [d8] disable test; video got deletedPhilipp Hagemeister2014-01-221-9/+12
| | |
* | | [novamov] Skip testsPhilipp Hagemeister2014-01-221-1/+2
| | |
* | | release 2014.01.22.1 2014.01.22.1Philipp Hagemeister2014-01-221-1/+1
| | |
* | | [ringtv] Fix and add news extractionPhilipp Hagemeister2014-01-221-23/+30
| | |
* | | [mtv] Update tests and xpath function for new title extractionPhilipp Hagemeister2014-01-223-3/+3
| | |
* | | [Wimp] Use new URL relay methodPhilipp Hagemeister2014-01-221-11/+11
| | |
* | | [hotnewhiphop] Retrieve media keyPhilipp Hagemeister2014-01-221-21/+46
| | |
* | | [gametrailers/mtv] Fix pre-3.x compatibility function for find_xpath_attrPhilipp Hagemeister2014-01-221-1/+1
| | | | | | | | | | | | Fixes #2189
* | | [servingsys] Do not run test on travisPhilipp Hagemeister2014-01-221-1/+2
| | | | | | | | | | | | | | | Apparantly, even the advertisers do geoblocking now!? From the US, this isn't outright blocked, but there are no videos returned.
* | | release 2014.01.22 2014.01.22Philipp Hagemeister2014-01-221-1/+1
| | |