aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'Jaime Marquínez Ferrándiz2014-01-272-0/+60
|\
| * [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
| | * Add cliphunter extractorPornophage2014-01-252-0/+70
* | | [discovery] Extract more info and simplifyJaime Marquínez Ferrándiz2014-01-271-15/+21
* | | Merge remote-tracking branch 'sahutd/master'Jaime Marquínez Ferrándiz2014-01-272-0/+41
|\ \ \ | |/ / |/| |
| * | Added support for Discovery Issue #2227sahutd2014-01-262-0/+41
* | | Malemotion extractorMikeCol2014-01-272-0/+59
* | | [tumblr] Fix thumbnail extractionMike Col2014-01-271-2/+4
* | | [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 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
* | | [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
* | | [extractor/common] Encode the url when calculating the md5 with `—write-pag...Jaime Marquínez Ferrándiz2014-01-251-1/+1
* | | [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
* [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
* [newgrounds] SimplifyPhilipp Hagemeister2014-01-221-13/+17
* Merge branch 'paged-lists'Philipp Hagemeister2014-01-221-18/+10
|\
| * Add infrastructure for paged listsPhilipp Hagemeister2014-01-201-18/+10
* | Merge branch 'youtube-dash-manifest'Philipp Hagemeister2014-01-222-25/+72
|\ \
| * | [youtube] Download DASH manifestPhilipp Hagemeister2014-01-192-25/+72
* | | [xvideos] SimplifyPhilipp Hagemeister2014-01-221-15/+15
* | | [xvideos] Fix thumbnail extractionMike Col2014-01-221-2/+2
* | | [cspan] Disable testPhilipp Hagemeister2014-01-221-0/+1
* | | 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
|\ \ \