aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [screenwavemedia] Simplify (#3766)Philipp Hagemeister2014-12-122-118/+104
|
* [pornhd] Adapt to new sources scheme (Fixes #4446)Philipp Hagemeister2014-12-111-7/+12
|
* Merge remote-tracking branch 'fstirlitz/master'Philipp Hagemeister2014-12-112-17/+93
|\
| * add teamfourstar.com supportfelix2014-12-081-0/+32
| |
| * add direct screenwavemedia.com URL supportfelix2014-12-082-17/+61
| |
* | [zdf:channel] Simplify (#4427)Philipp Hagemeister2014-12-111-71/+40
| |
* | Merge remote-tracking branch 'akretz/master'Philipp Hagemeister2014-12-112-4/+83
|\ \
| * | [zdf] Add support for channelsAdrian Kretz2014-12-102-4/+83
| | |
* | | [youtube] Amend testPhilipp Hagemeister2014-12-111-2/+9
| | |
* | | [youtube] Do not warn if DASH manifest is missing (#4442)Philipp Hagemeister2014-12-111-3/+1
| | |
* | | [youtube] Make category optional (#4442)Philipp Hagemeister2014-12-111-1/+1
| | |
* | | Merge remote-tracking branch 'akretz/youtube_fix'Philipp Hagemeister2014-12-111-1/+1
|\ \ \
| * | | [youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is ↵Adrian Kretz2014-12-111-1/+1
| |/ / | | | | | | | | | the empty string is handled accordingly (fixes #4431)
* | | [youtube] Add test case for #4431Philipp Hagemeister2014-12-111-0/+9
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-112-3/+3
|\ \ \
| * | | [tvplay] Don't raise an exception if `is_geo_blocked` is TrueNaglis Jonaitis2014-12-111-2/+2
| | | | | | | | | | | | | | | | | | | | Videos which return `is_geo_blocked' to be True can actually be downloaded from the country to which the video is restricted
| * | | [ntv] Rename `flash_ver` to `flash_version` in the format dictNaglis Jonaitis2014-12-111-1/+1
| | | | | | | | | | | | | | | | RTMP downloader uses `flash_version`
* | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-111-18/+11
|\| | |
| * | | [behindkink] Remove superfluous whitespaceSergey M․2014-12-111-1/+1
| | | |
| * | | [behindkink] SimplifySergey M․2014-12-111-11/+5
| | | |
| * | | [BehindKink] Replace test5moufl2014-12-111-7/+7
| | | | | | | | | | | | | | | | Old one is not accessible anymore
| * | | [BehindKink] Update URL extraction5moufl2014-12-111-2/+1
| |/ /
* / / [youtube] Fix importsPhilipp Hagemeister2014-12-111-5/+6
|/ /
* | [smotri:broadcast] Fix extractionSergey M․2014-12-101-11/+24
| |
* | [facebook] Make thumbnail and duration optionalPhilipp Hagemeister2014-12-101-7/+5
| | | | | | | | | | Fixes #4425. Looks like both properties aren't given to us anymore. For now, just fall back to not returning them.
* | [youtube] Pass in all variables to DASH manifest (Fixes #4424)Philipp Hagemeister2014-12-101-2/+3
| |
* | [youtube] Handle missing DASH manifest (Fixes #4421, fixes #4420)Philipp Hagemeister2014-12-101-45/+68
| |
* | [bet] Add extractor (Closes #4416)Sergey M․2014-12-092-0/+109
| |
* | [extractor/common] Add generic SMIL formats extraction routineSergey M․2014-12-091-0/+43
| |
* | [extractor/common] Document ie_key in url resultsPhilipp Hagemeister2014-12-091-3/+4
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-081-17/+14
|\ \
| * | [tvigle] Update test and modernizeSergey M․2014-12-081-17/+14
| |/
* / [bliptv] Add support for audio-only files (Fixes #4404)Philipp Hagemeister2014-12-081-8/+30
|/
* [nhl] Make sure we add '_sd' before the extension (fixes #4397)Jaime Marquínez Ferrándiz2014-12-071-1/+3
| | | | '.replace' would find the first dot in the path.
* [prosiebensat1] Improve and simplifySergey M․2014-12-071-38/+36
|
* [extractor/common] Add description to playlist_resultSergey M․2014-12-071-1/+3
|
* [prosiebensat1] Fix broken testsAdrian Kretz2014-12-061-2/+3
|
* [prosiebensat1] Add support for playlists (fixes #4357)Adrian Kretz2014-12-061-0/+47
|
* [radio.de] Add support for radio.de websites (Closes #4393)Sergey M․2014-12-062-0/+56
|
* [twitch] Add login support (#3986)Sergey M․2014-12-061-0/+42
|
* Allow iterators for playlist result entriesPhilipp Hagemeister2014-12-062-10/+12
|
* [adultswim] PEP8Philipp Hagemeister2014-12-061-1/+1
|
* [nba] Remove unused importPhilipp Hagemeister2014-12-061-2/+0
|
* [tagesschau] Look at the right place for download linksPhilipp Hagemeister2014-12-061-1/+1
|
* [youtube] ModernizePhilipp Hagemeister2014-12-061-14/+4
|
* Merge remote-tracking branch 'cryptonaut/adultswim'Philipp Hagemeister2014-12-061-89/+111
|\
| * [adultswim] Updated to work with new site format (fixes #4317)cryptonaut2014-12-051-89/+111
| |
* | [nba] Add test for #4387Philipp Hagemeister2014-12-061-2/+5
| |
* | [nba] ModernizePhilipp Hagemeister2014-12-061-4/+2
| |
* | [nba] Improve _VALID_URL regex (fixes #4387)cryptonaut2014-12-061-1/+1
|/ | | | Allows for optional trailing / or /index.html