summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [huffpost] Fix extractorPhilipp Hagemeister2014-01-271-4/+16
|
* [setup.py] Only print a warning if documentation files are missing (Fixes #780)Philipp Hagemeister2014-01-271-5/+19
|
* [huffpost] Add supportPhilipp Hagemeister2014-01-275-3/+83
|
* Merge pull request #2221 from Rudloff/masterPhilipp Hagemeister2014-01-262-60/+0
|\ | | | | Removed websurg extractor
| * Removed websurg extractorPierre Rudloff2014-01-232-60/+0
| |
* | [youtube] Encode the data when submitting the form for confirming the ageJaime Marquínez Ferrándiz2014-01-251-1/+2
| | | | | | | | Needed on python 3
* | [youtube] Use https: in more urlsJaime Marquínez Ferrándiz2014-01-251-7/+7
| |
* | [test/youtube_lists] Change the list used for testing the Top Lists extractorJaime Marquínez Ferrándiz2014-01-251-1/+1
| | | | | | | | The ‘Top tracks’ list is not always present in the channel page
* | [youtube:toplist] Make the regex for finding the playlist link more flexibleJaime Marquínez Ferrándiz2014-01-251-1/+1
| | | | | | | | `title={foo}` may not be at the end of the `href` string.
* | Some pep8 style fixesJaime Marquínez Ferrándiz2014-01-255-10/+9
| |
* | [extractor/common] Encode the url when calculating the md5 with ↵Jaime Marquínez Ferrándiz2014-01-251-1/+1
| | | | | | | | | | | | `—write-pages` option This doesn’t cause any problem in python 2.*, but on python 3 the `md5` function only accepts bytes.
* | [rtlnow] SimplifyPhilipp Hagemeister2014-01-251-73/+77
| |
* | Properly escape ‘.’ in some _VALID_URL propertiesJaime Marquínez Ferrándiz2014-01-254-8/+8
| |
* | Add an extractor for freespeech.org (closes #2234)Jaime Marquínez Ferrándiz2014-01-252-0/+38
| |
* | release 2014.01.23.4Philipp Hagemeister2014-01-241-1/+1
| |
* | [youtube] Fix new formatsPhilipp Hagemeister2014-01-241-1/+2
| |
* | release 2014.01.23.3Philipp Hagemeister2014-01-231-1/+1
| |
* | [youtube] Add new formats (Fixes #2221)Philipp Hagemeister2014-01-233-2/+17
| |
* | Add build instructions (Fixes #2218)Philipp Hagemeister2014-01-231-3/+25
| |
* | [youtube] Do not break upon unknown formatsPhilipp Hagemeister2014-01-231-1/+2
|/
* release 2014.01.23.2Philipp Hagemeister2014-01-232-2/+4
|
* Do not count unmatched videos for --max-downloads (Fixes #2211)Philipp Hagemeister2014-01-231-10/+6
|
* Mention default for -f (Fixes #2215)Philipp Hagemeister2014-01-231-1/+1
|
* [youtube:truncated_url] Also match mail subscription links (#2214)Philipp Hagemeister2014-01-231-1/+4
|
* [sina] Recognize http://video.sina.com.cn/v/b/{id}-*.html urls (fixes #2212)Jaime Marquínez Ferrándiz2014-01-231-9/+19
|
* [sina] use unicode_literalsJaime Marquínez Ferrándiz2014-01-231-9/+10
|
* release 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.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.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.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
| | |