aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [cliphunter] Simplify (#2233)Philipp Hagemeister2014-01-271-22/+18
|
* [cliphunter] SimplifyPhilipp Hagemeister2014-01-271-17/+13
|
* Merge branch 'cliphunter' of https://github.com/pornophage/youtube-dlPhilipp Hagemeister2014-01-272-0/+68
|\
| * Minor fixesPornophage2014-01-251-5/+3
| | | | | | | | | | Remove empty description Set correct md5 test
| * Add cliphunter extractorPornophage2014-01-252-0/+70
| |
* | Malemotion extractorMikeCol2014-01-272-0/+59
| |
* | [tumblr] Fix thumbnail extractionMike Col2014-01-271-2/+4
| | | | | | | | Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
* | [tumblr] Use unicode_literalsPhilipp Hagemeister2014-01-271-8/+10
| |
* | Throw an error if no video formats are foundPhilipp Hagemeister2014-01-271-0/+3
| |
* | [la7] Support more URLsPhilipp Hagemeister2014-01-271-1/+7
| |
* | [la7] Add supportPhilipp Hagemeister2014-01-272-0/+57
| |
* | [huffpost] Fix extractorPhilipp Hagemeister2014-01-271-4/+16
| |
* | [huffpost] Add supportPhilipp Hagemeister2014-01-274-2/+79
| |
* | 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
| | |
* | | [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.
* | | [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
| |/ |/|
* | [youtube] Fix new formatsPhilipp Hagemeister2014-01-241-1/+2
| |
* | [youtube] Add new formats (Fixes #2221)Philipp Hagemeister2014-01-232-0/+6
| |
* | [youtube] Do not break upon unknown formatsPhilipp Hagemeister2014-01-231-1/+2
|/
* [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
|
* [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>
* [nowness] Add supportPhilipp Hagemeister2014-01-233-1/+51
|
* [gamespot] Fix regexpPhilipp Hagemeister2014-01-221-2/+2
|
* [youtube] Make DASH manifest download conditional for nowPhilipp Hagemeister2014-01-221-5/+7
| | | | DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403.
* [newgrounds] SimplifyPhilipp Hagemeister2014-01-221-13/+17
|
* Merge branch 'paged-lists'Philipp Hagemeister2014-01-221-18/+10
|\ | | | | | | | | | | Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py
| * Add infrastructure for paged listsPhilipp Hagemeister2014-01-201-18/+10
| | | | | | | | | | | | | | | | | | 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-222-25/+72
|\ \ | | | | | | | | | | | | Conflicts: youtube_dl/extractor/youtube.py
| * | [youtube] Download DASH manifestPhilipp Hagemeister2014-01-192-25/+72
| | | | | | | | | | | | | | | 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?
* | | Add new --default-search option (#2193)Philipp Hagemeister2014-01-221-2/+13
| | |
* | | [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
| | |