Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vshare] Add extractor (closes #12278) | Sergey M․ | 2017-04-04 | 2 | -0/+39 |
| | |||||
* | release 2017.04.03 | Sergey M․ | 2017-04-03 | 4 | -5/+7 |
| | |||||
* | [ChangeLog] Actualize | Sergey M․ | 2017-04-03 | 1 | -1/+13 |
| | |||||
* | [discoveryvr] Add new extractor(closes #12578) | Remita Amine | 2017-04-02 | 2 | -0/+60 |
| | |||||
* | [tv5mondeplus] clean description and use stable id | Remita Amine | 2017-04-02 | 1 | -4/+5 |
| | |||||
* | [tv5mondeplus] Add new extractor(closes #11386) | Remita Amine | 2017-04-01 | 2 | -0/+79 |
| | |||||
* | [extractor/common] Add coding cookie | Sergey M․ | 2017-04-02 | 1 | -0/+1 |
| | |||||
* | [extractor/common] Move censorship checks to a separate method and add check ↵ | Sergey M․ | 2017-04-02 | 1 | -19/+29 |
| | | | | for just another ISP | ||||
* | [pericope] Add support for pscp.tv URLs | Sergey M․ | 2017-04-02 | 1 | -2/+5 |
| | |||||
* | release 2017.04.02 | Sergey M․ | 2017-04-02 | 5 | -11/+16 |
| | |||||
* | [ChangeLog] Actualize | Sergey M․ | 2017-04-02 | 1 | -0/+24 |
| | |||||
* | [rai] Skip not found content item id | Sergey M․ | 2017-04-02 | 1 | -1/+2 |
| | |||||
* | [rai] Improve extraction (closes #11790) | Sergey M․ | 2017-04-02 | 1 | -126/+233 |
| | | | | | | | | | * Fix georestriction detection * Detect live streams + Extract relinker metadata * Improve ContentItem detection + Extract series metadata * Fix tests | ||||
* | [rai] Fix extraction | Timendum | 2017-04-02 | 2 | -162/+195 |
| | |||||
* | [vrv] add support for series pages | Remita Amine | 2017-04-01 | 2 | -25/+68 |
| | |||||
* | [limelight] improve extraction for audio only formats | Remita Amine | 2017-04-01 | 1 | -4/+12 |
| | |||||
* | [funimation] fix extraction(closes #10696)(#11773) | Remita Amine | 2017-04-01 | 1 | -137/+72 |
| | |||||
* | [xfileshare] Add support for vidabc.com (closes #12589) | Sergey M․ | 2017-04-01 | 1 | -0/+1 |
| | |||||
* | [xfileshare] Improve extraction and extract hls formats | Sergey M․ | 2017-04-01 | 1 | -18/+43 |
| | |||||
* | [crunchyroll] pass geo verifcation proxy | Remita Amine | 2017-04-01 | 1 | -2/+6 |
| | |||||
* | [cwtv] extract ISM formats | Remita Amine | 2017-04-01 | 1 | -2/+5 |
| | |||||
* | [tvplay] Bypass geo restriction | Remita Amine | 2017-04-01 | 1 | -1/+5 |
| | |||||
* | [vrv] Add new extractor | Remita Amine | 2017-03-31 | 2 | -0/+152 |
| | |||||
* | [packtpub] Add extractor (closes #12610) | Sergey M․ | 2017-04-01 | 2 | -0/+142 |
| | |||||
* | [YoutubeDL] Return early when extraction of url_transparent fails | Sergey M․ | 2017-03-31 | 1 | -0/+6 |
| | |||||
* | [generic] pass base_url to _parse_jwplayer_data | Remita Amine | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | [adn] Add new extractor | Remita Amine | 2017-03-31 | 2 | -0/+137 |
| | |||||
* | [allocine] Extract more metadata | Sergey M․ | 2017-03-29 | 1 | -11/+33 |
| | |||||
* | [allocine] Fix extraction | plroman | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | [options] Mention ISM for --fragment-retries and --skip-unavailable-fragments | Sergey M․ | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | [openload] fix extractor | Tithen-Firion | 2017-03-29 | 1 | -43/+30 |
| | |||||
* | release 2017.03.26 | Sergey M․ | 2017-03-26 | 4 | -5/+6 |
| | |||||
* | [ChangeLog] Actualize | Sergey M․ | 2017-03-26 | 1 | -2/+12 |
| | |||||
* | [ChangeLog] Update after #12307 | Yen Chi Hsuan | 2017-03-26 | 1 | -0/+5 |
| | |||||
* | Merge pull request #12307 from rndusr/fix/str-item-assignment | Yen Chi Hsuan | 2017-03-26 | 3 | -21/+36 |
|\ | | | | | Fix "'str' object does not support item assignment" | ||||
| * | Merge branch 'master' of github.com-rndusr:rg3/youtube-dl into ↵ | Random User | 2017-03-25 | 75 | -951/+2456 |
| |\ | | | | | | | | | | fix/str-item-assignment | ||||
| * | | _find_jwplayer_data() returns dict or None | Random User | 2017-03-25 | 3 | -17/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | This simplifies code for callers of `_find_jwplayer_data()` which no longer have to run `_parse_json()` on the return value. It also makes sure that `_find_jwplayer_data()` returns either a `dict` or `None` and nothing else. | ||||
| * | | Add test for JWPlayer where config is passed as variable | Random User | 2017-03-25 | 1 | -0/+14 |
| | | | |||||
* | | | [downloader/hls] move check for m3u8 live streams to get_suitable_downloader | Remita Amine | 2017-03-25 | 2 | -13/+11 |
| |/ |/| | |||||
* | | [test_compat] Do not use dash in env variables' names | Sergey M․ | 2017-03-26 | 1 | -3/+3 |
| | | |||||
* | | [test_utils] Do not use dash in env variables' names | Sergey M․ | 2017-03-26 | 1 | -4/+4 |
| | | |||||
* | | [test_utils] Fix expand_path tests | Sergey M․ | 2017-03-26 | 1 | -3/+8 |
| | | |||||
* | | [pluralsight] PEP 8 | Sergey M․ | 2017-03-26 | 1 | -2/+1 |
| | | |||||
* | | [franceculture] PEP 8 | Sergey M․ | 2017-03-26 | 1 | -1/+0 |
| | | |||||
* | | [atresplayer] PEP 8 | Sergey M․ | 2017-03-26 | 1 | -2/+2 |
| | | |||||
* | | Use expand_path where appropriate (closes #12556) | Sergey M․ | 2017-03-26 | 3 | -10/+13 |
| | | |||||
* | | [utils] Introduce expand_path | Sergey M․ | 2017-03-26 | 2 | -0/+16 |
| | | |||||
* | | [downloader/hls] immediately delegate downloading to ffmpeg in case live stream | Remita Amine | 2017-03-25 | 7 | -25/+27 |
| | | |||||
* | | [afreecatv] Fix extraction (closes #12179) | Yen Chi Hsuan | 2017-03-26 | 2 | -42/+36 |
| | | |||||
* | | [atvat] Add new extractor(closes #5325) | Remita Amine | 2017-03-25 | 2 | -0/+74 |
| | |