Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [downloader/http] Fix resume when writing ot stdout (closes #16699) | Sergey M․ | 2018-06-12 | 1 | -2/+3 | |
| | ||||||
* | [crackle] Add support for sonycrackle.com (closes #16698) | Sergey M․ | 2018-06-12 | 1 | -3/+6 | |
| | ||||||
* | [tvnet] Fix _VALID_URL | Sergey M․ | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | [tvnet] Improve video id extraction | Sergey M․ | 2018-06-12 | 1 | -1/+16 | |
| | ||||||
* | [inc] PEP 8 | Sergey M․ | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | [tvnet] Improve and fix issues (closes #15462) | Sergey M․ | 2018-06-12 | 3 | -92/+134 | |
| | ||||||
* | [tvnet] Add extractor | Thomas van der Berg | 2018-06-12 | 2 | -0/+92 | |
| | ||||||
* | [nrk] Update API hosts and try all previously known ones (closes #16690) | Sergey M․ | 2018-06-11 | 1 | -6/+15 | |
| | ||||||
* | [wimp] Fix Youtube embeds extraction | Sergey M․ | 2018-06-11 | 1 | -1/+2 | |
| | ||||||
* | release 2018.06.11 | Sergey M․ | 2018-06-11 | 3 | -5/+5 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2018-06-11 | 1 | -0/+11 | |
| | | | | [ci skip] | |||||
* | [npo] Extend _VALID_URL (closes #16682) | Sergey M․ | 2018-06-10 | 1 | -3/+19 | |
| | ||||||
* | [inc] Add support for another embed schema (closes #16666) | Sergey M․ | 2018-06-09 | 1 | -2/+20 | |
| | ||||||
* | [tv4] fix format extraction(closes #16650) | Remita Amine | 2018-06-06 | 1 | -40/+22 | |
| | ||||||
* | [nexx] extract free cdn http formats | Remita Amine | 2018-06-05 | 1 | -34/+46 | |
| | ||||||
* | [nexx] Update tests | Sergey M․ | 2018-06-05 | 1 | -3/+2 | |
| | ||||||
* | [nexx] Add support for free cdn (closes #16538) | Sergey M․ | 2018-06-05 | 1 | -65/+144 | |
| | ||||||
* | [pbs] Add another cove id pattern (closes #15373) | Sergey M․ | 2018-06-05 | 1 | -0/+16 | |
| | ||||||
* | [rbmaradio] Add support for 192k format (closes #16631) | Sergey M․ | 2018-06-04 | 1 | -1/+1 | |
| | ||||||
* | release 2018.06.04 | Sergey M․ | 2018-06-04 | 4 | -5/+6 | |
| | ||||||
* | [devscripts/update-copyright] Update copyright year | Sergey M․ | 2018-06-04 | 1 | -1/+1 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2018-06-04 | 1 | -0/+13 | |
| | | | | [ci skip] | |||||
* | [camtube] Add extractor | Sergey M․ | 2018-06-03 | 2 | -0/+70 | |
| | ||||||
* | [twitter:card] Generalize base API URL | Sergey M․ | 2018-06-03 | 1 | -3/+5 | |
| | ||||||
* | [twitter:card] Extract guest token (closes #16609) | Sergey M․ | 2018-06-03 | 1 | -3/+14 | |
| | ||||||
* | [chaturbate] Use geo verification headers | Sergey M․ | 2018-06-03 | 1 | -1/+2 | |
| | ||||||
* | [bbc] Add support for bbcthree (closes #16612) | Sergey M․ | 2018-06-03 | 1 | -0/+42 | |
| | ||||||
* | [youtube] Update tests | Sergey M․ | 2018-06-03 | 1 | -12/+15 | |
| | ||||||
* | [youtube] Move metadata extraction after video availability check | Sergey M․ | 2018-06-03 | 1 | -131/+128 | |
| | ||||||
* | [youtube] Extract track and artist | Sergey M․ | 2018-06-03 | 1 | -2/+16 | |
| | ||||||
* | [safari] Add support for new URL schema (closes #16614) | Sergey M․ | 2018-06-03 | 1 | -15/+54 | |
| | ||||||
* | [adn] fix extraction | Remita Amine | 2018-06-02 | 1 | -7/+25 | |
| | ||||||
* | release 2018.06.02 | Sergey M․ | 2018-06-02 | 4 | -8/+6 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2018-06-02 | 1 | -0/+18 | |
| | | | | [ci skip] | |||||
* | [facebook] Improve extraction (closes #16554) | Sergey M․ | 2018-06-02 | 1 | -27/+35 | |
| | ||||||
* | [facebook] Add support for tahoe player videos (closes #15441) | Nathan Rossi | 2018-06-02 | 1 | -3/+35 | |
| | | | | | | | | | | Specific videos appear to use a newer/different player, this requires a second request for the video data as the initial request is missing the specified data. Additionally these videos have different page content for the uploader value, which is stored in the `<meta property="og:title"...>` element of the initial request. | |||||
* | [cbc] Improve extraction (closes #16583, closes #16593) | Sergey M․ | 2018-06-02 | 1 | -1/+8 | |
| | ||||||
* | Ignore venv directory | Logan Fleur | 2018-06-02 | 2 | -1/+2 | |
| | ||||||
* | [openload] Improve ext extraction | Enes | 2018-06-02 | 3 | -3/+7 | |
| | ||||||
* | [9c9media] PEP 8 | Sergey M․ | 2018-06-01 | 1 | -1/+0 | |
| | ||||||
* | [twitter:card] Add support for another endpoint (closes #16586) | Sergey M․ | 2018-06-01 | 1 | -5/+44 | |
| | ||||||
* | [openload] Add support for oload.win and oload.download | DroidFreak32 | 2018-05-31 | 1 | -1/+7 | |
| | ||||||
* | [audimedia] fix extraction(closes #15309) | Remita Amine | 2018-05-31 | 1 | -22/+26 | |
| | ||||||
* | [francetv] add support for sport.francetvinfo.fr(closes #15645) | Remita Amine | 2018-05-31 | 2 | -0/+26 | |
| | ||||||
* | [mlb] improve extraction(closes #16587) | Remita Amine | 2018-05-31 | 1 | -81/+24 | |
| | ||||||
* | [nhl] remove old extractors | Remita Amine | 2018-05-31 | 2 | -290/+62 | |
| | ||||||
* | [rbmaradio] check formats availability(closes #16585) | Remita Amine | 2018-05-30 | 1 | -0/+1 | |
| | ||||||
* | release 2018.05.30 | Sergey M․ | 2018-05-30 | 4 | -6/+7 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2018-05-30 | 1 | -0/+24 | |
| | | | | [ci skip] | |||||
* | [teamcoco] Fix extraction for full episodes(closes #16573) | Remita Amine | 2018-05-30 | 3 | -88/+122 | |
| |