aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [swrmediathek] Extract direct links from JSON and add support for audio filesSergey M․2014-05-231-33/+63
| | |
* | | [swrmediathek] SimplifySergey M․2014-05-221-3/+3
| | |
* | | Merge pull request #2944 from pulpe/SWRMediathekSergey M.2014-05-222-0/+75
|\ \ \ | |_|/ |/| | [SWRMediathek] add support for swrmediathek.de (fixes #2929)
| * | [SWRMediathek] add support for swrmediathek.depulpe2014-05-182-0/+75
| |/
* | [gamekings] Update test descriptionSergey M․2014-05-211-1/+1
| |
* | Merge pull request #2939 from codesparkle/upload-date-fixSergey M.2014-05-203-30/+20
|\ \ | | | | | | No longer erroneously calculate upload_date within some extractors
| * | removed duplicate and somemtimes incorrect logic for parsing upload date as ↵codesparkle2014-05-173-30/+20
| | | | | | | | | | | | this job is already taken care of automatically by YoutubeDL.py
* | | [bandcamp] Replace maxsplit keyword argument with regular oneSergey M․2014-05-201-1/+1
| | | | | | | | | | | | Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176)
* | | Merge branch 'bandcamp-albums-regex-duplicate-fix' of ↵Sergey M․2014-05-201-22/+16
|\ \ \ | | | | | | | | | | | | https://github.com/codesparkle/youtube-dl into codesparkle-bandcamp-albums-regex-duplicate-fix
| * | | Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE ↵codesparkle2014-05-171-22/+16
| |/ / | | | | | | | | | | | | | | | | | | inappropriately matched non-album bandcamp links as well. BandcampIE changed to report full-accuracy duration instead of unnecessarily rounding it to the nearest integer. Simplified conditionals and parsing a bit. Fixed typos.
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-05-191-5/+4
|\ \ \
| * | | [nowness] Update test file md5 and modernizeSergey M․2014-05-191-5/+4
| | |/ | |/|
* / | [generic] Abort if user passes in URL "url" (#2942)Philipp Hagemeister2014-05-191-2/+7
|/ /
* | [ndr] Improve thumbnail extractionSergey M․2014-05-181-1/+1
| |
* | [generic] Support pagespeed_iframe for NovaMov embedsSergey M․2014-05-171-1/+1
| |
* | [ndr] Fix title, description and duration extractionSergey M․2014-05-171-6/+8
| |
* | [ndr] Fix thumbnail extractionSergey M․2014-05-171-4/+6
|/
* [youtube] Recognize a second format of the upload_date in the ↵Jaime Marquínez Ferrándiz2014-05-161-1/+1
| | | | 'watch-uploader-info' element (#2911)
* Merge remote-tracking branch 'codesparkle/fix-photobucket-url' (closes #2934)Jaime Marquínez Ferrándiz2014-05-161-3/+5
|\ | | | | | | Fix photobucket url extraction
| * test_download works for photobucket after this changecodesparkle2014-05-171-3/+5
|/
* [youtube] Fix extraction of the feed 'paging' values (fixes #2925)Jaime Marquínez Ferrándiz2014-05-161-2/+5
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-05-161-1/+1
|\
| * [generic] Fix redirectSergey M․2014-05-161-1/+1
| |
* | [francetv] Add support for non-numeric video IDs (Fixes #2927)Philipp Hagemeister2014-05-161-5/+17
|/
* [youtube] Look for published-on date if uploaded-on is not foundPhilipp Hagemeister2014-05-161-0/+4
| | | | Fixes #2911
* [bliptv] Switch extraction to RSS (Closes #2920)Sergey M․2014-05-151-81/+105
|
* [youtube] Fix typoJaime Marquínez Ferrándiz2014-05-151-1/+1
|
* Document and test categories (#2923)Philipp Hagemeister2014-05-152-7/+11
|
* [extractor/common] --write-pages: Correct file name if video_id is NonePhilipp Hagemeister2014-05-151-1/+1
|
* [youtube] Video categories added to metadataDario Guarascio2014-05-151-0/+9
|
* [gamespot] Update test URL and modernizeSergey M․2014-05-141-5/+6
|
* [noco] Skip testSergey M․2014-05-131-1/+2
|
* [empflix] Simplify (#2903)Philipp Hagemeister2014-05-131-24/+26
|
* Merge remote-tracking branch 'hojel/empflix'Philipp Hagemeister2014-05-132-0/+47
|\
| * [empflix] Add new extractorhojel2014-05-122-0/+47
| |
* | [hentaistigma] Simplified (#2902)Philipp Hagemeister2014-05-131-26/+25
| |
* | Merge remote-tracking branch 'hojel/hentaistigma'Philipp Hagemeister2014-05-132-0/+44
|\ \
| * | [hentaistigma] Add new extractorhojel2014-05-122-0/+44
| |/
* | [nuvid] Simplify (#2901)Philipp Hagemeister2014-05-131-25/+34
| |
* | Merge remote-tracking branch 'hojel/nuvid'Philipp Hagemeister2014-05-132-0/+40
|\ \
| * | [nuvid] Add new extractorhojel2014-05-122-0/+40
| |/
* | [slutload] Simplify (#2898)Philipp Hagemeister2014-05-131-28/+29
| |
* | Merge remote-tracking branch 'hojel/slutload'Philipp Hagemeister2014-05-132-0/+47
|\ \
| * | [slutload] Add new extractorhojel2014-05-121-0/+1
| | |
| * | [slutload] Add new extractorhojel2014-05-121-0/+46
| |/
* | [fc2] Add new extractor (Fixes #2877)Philipp Hagemeister2014-05-132-0/+61
| | | | | | | | This commit has been recreated, since there seems to have been a problem with GitHub; the PR doesn't have a branch.
* | [vine:user] SimplifyPhilipp Hagemeister2014-05-131-19/+14
| |
* | Merge remote-tracking branch 'jnormore/vine_user'Philipp Hagemeister2014-05-132-1/+40
|\ \
| * | Added VineUserIE extractor for vine user timelineJason Normore2014-05-102-1/+40
| | | | | | | | | | | | | | | Added vine user timeline extractor using unofficial vine api user profile and timeline api endpoints.
* | | [mixcloud] Shed API dependency (#2904)Philipp Hagemeister2014-05-132-13/+49
| | |