Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [slutload] Fix test and simplify | Déstin Reed | 2016-10-09 | 1 | -6/+2 |
| | |||||
* | [reverbnation] Eliminate code duplication in thumbnails extraction | Sergey M․ | 2016-10-09 | 1 | -10/+12 |
| | |||||
* | [reverbnation] Modernize | Déstin Reed | 2016-10-09 | 1 | -10/+17 |
| | |||||
* | [lego] improve info extraction and bypass geo restriction(closes #10872) | Remita Amine | 2016-10-08 | 1 | -23/+65 |
| | |||||
* | [vimeo] PEP 8 | Sergey M․ | 2016-10-07 | 1 | -1/+2 |
| | | | | [ci skip] | ||||
* | [iprima] detect geo restriction | Remita Amine | 2016-10-07 | 1 | -0/+3 |
| | |||||
* | [facebook] Fix for new handleServerJS syntax (closes #10846) | Yen Chi Hsuan | 2016-10-07 | 1 | -1/+1 |
| | | | | | According to the dump file in #10846, handleServerJS() now accepts an optional second argument. It's a string from available dump files. | ||||
* | [extractors] Add MmsIE | Yen Chi Hsuan | 2016-10-07 | 1 | -1/+4 |
| | |||||
* | [generic,commonprotocols] Move mms suuport from GenericIE | Yen Chi Hsuan | 2016-10-07 | 2 | -28/+32 |
| | | | | And use _generic_* helpers in those extractors | ||||
* | [extractor/common] Add id and title helpers for generic IEs | Yen Chi Hsuan | 2016-10-07 | 1 | -0/+7 |
| | |||||
* | [generic] Support direct MMS links (closes #10838) | Yen Chi Hsuan | 2016-10-07 | 1 | -0/+19 |
| | |||||
* | [generic] Add support for multiple vimeo embeds (Closes #10862) | Sergey M․ | 2016-10-06 | 3 | -20/+24 |
| | |||||
* | [nzz] Add new extractor(#4407) | Remita Amine | 2016-10-06 | 2 | -0/+37 |
| | |||||
* | [npo] detect geo restriction | Remita Amine | 2016-10-05 | 1 | -3/+12 |
| | |||||
* | [npo] Add support for 2doc.nl (Closes #10842) | Sergey M․ | 2016-10-05 | 1 | -2/+24 |
| | |||||
* | [lego] Add new extractor(closes #10369) | Remita Amine | 2016-10-04 | 2 | -0/+87 |
| | |||||
* | [tonline] Add new extractor(#10376) | Remita Amine | 2016-10-04 | 2 | -0/+60 |
| | |||||
* | [techtalks] Relax _VALID_URL | Sergey M․ | 2016-10-04 | 1 | -3/+6 |
| | |||||
* | [techtalks] Allow URL-s with name part omitted. | Aleksander Nitecki | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | [youtube:live] Extend _VALID_URL (Closes #10839) | Sergey M․ | 2016-10-04 | 1 | -1/+4 |
| | |||||
* | [theweatherchannel] Add new extractor(closes #7188) | Remita Amine | 2016-10-03 | 2 | -0/+80 |
| | |||||
* | Unify coding cookie | Déstin Reed | 2016-10-03 | 92 | -92/+92 |
| | |||||
* | [thisoldhouse] Add new extractor(closes #10837) | Remita Amine | 2016-10-03 | 2 | -0/+33 |
| | |||||
* | [nhl] Add support for wch2016.com (Closes #10833) | Sergey M․ | 2016-10-03 | 1 | -4/+15 |
| | |||||
* | Merge pull request #10829 from TRox1972/pornoxo_improve | Yen Chi Hsuan | 2016-10-02 | 1 | -19/+12 |
|\ | | | | | [pornoxo] Use JWPlatform to improve metadata extraction | ||||
| * | [pornoxo] Use JWPlatform to improve metadata extraction | Déstin Reed | 2016-10-02 | 1 | -19/+12 |
| | | |||||
* | | [amcnetworks] Skip a restricted _TEST | Yen Chi Hsuan | 2016-10-02 | 1 | -0/+1 |
| | | |||||
* | | [jwplatform] Support DASH streams | Yen Chi Hsuan | 2016-10-02 | 2 | -2/+6 |
| | | |||||
* | | [jwplatform] Support old-style jwplayer playlists | Yen Chi Hsuan | 2016-10-02 | 1 | -0/+6 |
| | | |||||
* | | [utils] Fix xattr error handling | Yen Chi Hsuan | 2016-10-02 | 1 | -4/+12 |
| | | |||||
* | | [byutv:event] Add extractor | Sergey M․ | 2016-10-02 | 2 | -2/+42 |
| | | |||||
* | | [byutv] Fix id and display id | Sergey M․ | 2016-10-02 | 1 | -20/+26 |
| | | |||||
* | | [byutv] Rely on _match_id and _parse_json | Déstin Reed | 2016-10-02 | 1 | -7/+6 |
| | | |||||
* | | [periscope:user] Fix extraction (Closes #10820) | Sergey M․ | 2016-10-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10818 from TRox1972/criterion_match_id | Yen Chi Hsuan | 2016-10-01 | 1 | -7/+5 |
|\ \ | | | | | | | [criterion] Rely on _match_id, improve regex and add thumbnail to test | ||||
| * | | [criterion] Rely on _match_id, improve regex and add thumbnail to test | Déstin Reed | 2016-10-01 | 1 | -7/+5 |
| | | | |||||
* | | | [twitch] Skip a 404 test | Yen Chi Hsuan | 2016-10-01 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #10817 from TRox1972/clubic_match_id | Yen Chi Hsuan | 2016-10-01 | 1 | -8/+3 |
|\ \ \ | |_|/ |/| | | [clubic] Rely on _match_id and _parse_json | ||||
| * | | [clubic] Rely on _match_id and _parse_json | Déstin Reed | 2016-09-30 | 1 | -8/+3 |
| |/ | |||||
* | | [dctp] Fix extraction (closes #10734) | Yen Chi Hsuan | 2016-10-01 | 1 | -37/+30 |
| | | |||||
* | | [instagram] PEP 8 | Sergey M․ | 2016-10-01 | 1 | -2/+2 |
| | | |||||
* | | [Instagram] Extract video dimensions | Déstin Reed | 2016-10-01 | 1 | -2/+10 |
| | | |||||
* | | [tvland] Extend _VALID_URL (Closes #10812) | Sergey M․ | 2016-09-30 | 1 | -1/+4 |
| | | |||||
* | | [vgtv] Add support for tv.aftonbladet.se (Closes #10800) | Sergey M․ | 2016-09-30 | 1 | -1/+12 |
| | | |||||
* | | [aftonbladet] Remove extractor | Sergey M․ | 2016-09-30 | 2 | -65/+0 |
| | | |||||
* | | [vk] Improve view count extraction | Sergey M․ | 2016-09-29 | 1 | -5/+5 |
| | | |||||
* | | [vk] Extract timestamp (Closes #10760) | Sergey M․ | 2016-09-29 | 1 | -4/+9 |
| | | |||||
* | | [vk] Fix date and view count extraction. | Kacper Michajłow | 2016-09-29 | 1 | -13/+6 |
| | | |||||
* | | [vk] Add support for running live streams (Closes #10799) | Sergey M․ | 2016-09-29 | 1 | -14/+33 |
| | | |||||
* | | [vk] Add support for finished live streams (#10799) | Sergey M․ | 2016-09-29 | 1 | -2/+17 |
| | |