Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [adobepass] Change mvpd cache section name | Sergey M․ | 2016-09-15 | 1 | -6/+7 |
| | | | | In order to better emphasize it's relation to Adobe Pass | ||||
* | [extractor/common] Simplify _get_netrc_login_info and carry long lines | Sergey M․ | 2016-09-15 | 1 | -3/+5 |
| | |||||
* | [extractor/common] Update _get_login_info's comment | Sergey M․ | 2016-09-15 | 1 | -1/+4 |
| | |||||
* | [extractor/common] Simplify _get_login_info | Sergey M․ | 2016-09-15 | 1 | -3/+1 |
| | |||||
* | [YoutubeDL] Improve Adobe Pass options' wording | Sergey M․ | 2016-09-15 | 1 | -3/+3 |
| | |||||
* | [options] Actually print Adobe Pass options sections in --help | Sergey M․ | 2016-09-15 | 1 | -0/+1 |
| | |||||
* | [options] Improve Adobe Pass wording | Sergey M․ | 2016-09-15 | 1 | -4/+4 |
| | |||||
* | [utils] Improve _hidden_inputs | Sergey M․ | 2016-09-15 | 1 | -8/+8 |
| | |||||
* | [crunchyroll] Fix authentication (Closes #10655) | Sergey M․ | 2016-09-15 | 1 | -9/+38 |
| | |||||
* | [twitch] Fix api calls (Closes #10654, closes #10660) | Sergey M․ | 2016-09-15 | 1 | -8/+3 |
| | |||||
* | [bellmedia] add support for more sites | Remita Amine | 2016-09-15 | 2 | -6/+35 |
| | |||||
* | [adobepass] rename --ap-mso-list option to --ap-list-mso | Remita Amine | 2016-09-14 | 2 | -4/+4 |
| | |||||
* | [ap] improve adobe pass names and parse error handling | Remita Amine | 2016-09-14 | 4 | -16/+15 |
| | |||||
* | [franceinter] Improve extraction (Closes #10538) | Sergey M․ | 2016-09-14 | 1 | -13/+16 |
| | |||||
* | [utils] Use native french month names | Sergey M․ | 2016-09-14 | 2 | -6/+4 |
| | |||||
* | [utils] Improve month_by_name and add tests | Sergey M․ | 2016-09-14 | 2 | -8/+19 |
| | |||||
* | [utils,franceinter] Add french months' names and fix extraction | renalid | 2016-09-14 | 2 | -20/+33 |
| | | | | | | Update of the "FranceInter" radio extractor : webpages HTML structure had changed, the extractor didn't work. So I updated this extractor to get the mp3 URL and all details. | ||||
* | [kwuo:song] Improve error detection (closes #10650) | Yen Chi Hsuan | 2016-09-15 | 2 | -2/+3 |
| | |||||
* | [kuwo] Update _TESTS | Yen Chi Hsuan | 2016-09-15 | 1 | -3/+3 |
| | |||||
* | [go] fix typo | Remita Amine | 2016-09-14 | 1 | -2/+2 |
| | |||||
* | [go] add support for free full episodes(#10439) | Remita Amine | 2016-09-14 | 1 | -3/+24 |
| | |||||
* | Improve some _VALID_URLs | stepshal | 2016-09-14 | 65 | -86/+86 |
| | |||||
* | [viafree] Fix test | Sergey M․ | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | [adobepass] remove unnecessary option | Remita Amine | 2016-09-14 | 3 | -9/+1 |
| | |||||
* | [bilibili] Fix extraction for videos without backup_url (#10647) | Yen Chi Hsuan | 2016-09-14 | 2 | -1/+2 |
| | |||||
* | [bilibili] Remove copyrighted test cases | Yen Chi Hsuan | 2016-09-14 | 1 | -59/+2 |
| | | | | | | | | | | | | | | I can't find any English or Chinese material that claims BiliBili has bought legal redistribution permissions for copyrighted products from copyrighted holders. References for removed test cases: "刀语": https://en.wikipedia.org/wiki/Katanagatari, by White Fox "哆啦A梦": https://en.wikipedia.org/wiki/Doraemon, by Shin-Ei Animation "岳父岳母真难当": https://en.wikipedia.org/wiki/Serial_(Bad)_Weddings, by Les films du 24 "混沌武士": https://en.wikipedia.org/wiki/Samurai_Champloo, by Manglobe I shouldn't have added them to _TESTS | ||||
* | [adobepass] add specific options for adobe pass authentication | Remita Amine | 2016-09-13 | 5 | -106/+157 |
| | | | | | | | - add --ap-username and --ap-password option to specify TV provider username and password in the cmd line - add --ap-retries option to limit the number of retries - add --list-ap-msi-ids to list the supported TV Providers | ||||
* | [adobepass] PEP 8 | Sergey M․ | 2016-09-13 | 1 | -1/+2 |
| | |||||
* | [nhk] Fix extraction (Closes #10633) | Sergey M․ | 2016-09-13 | 1 | -17/+18 |
| | |||||
* | [adobepass] add an option to specify mso_id and support for ROGERS TV ↵ | Remita Amine | 2016-09-12 | 4 | -13/+42 |
| | | | | Provider(closes #10606) | ||||
* | [ISSUE_TEMPLATE_tmpl.md] Fix typo | Sergey M․ | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | [safari] Improve ids regexes (#10617) | Sergey M․ | 2016-09-12 | 1 | -3/+3 |
| | |||||
* | [kaltura] Improve audio detection | Sergey M․ | 2016-09-12 | 1 | -1/+5 |
| | |||||
* | [kaltura] Skip chun format | Sergey M․ | 2016-09-12 | 1 | -0/+4 |
| | |||||
* | [extractor/generic] Add vimeo embed that requires Referer passed | Sergey M․ | 2016-09-12 | 1 | -0/+5 |
| | |||||
* | [vimeo:ondemand] Pass Referer along with embed URL (#10624) | Sergey M․ | 2016-09-12 | 1 | -3/+25 |
| | |||||
* | [ISSUE_TEMPLATE_tmpl.md] Fix typo | Sergey M․ | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | [nbc] Add new extractor for NBC Olympics (#10295, #10361) | Yen Chi Hsuan | 2016-09-12 | 3 | -0/+47 |
| | |||||
* | [tube8] Remove proxy settings from test | Sergey M․ | 2016-09-11 | 1 | -4/+0 |
| | |||||
* | release 2016.09.11.1 | Sergey M․ | 2016-09-11 | 3 | -5/+5 |
| | |||||
* | [devscripts/release.sh] Add missing fi | Sergey M․ | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | [ChangeLog] Actualize | Sergey M․ | 2016-09-11 | 1 | -2/+14 |
| | |||||
* | [devscripts/release.sh] Add ChangeLog reminder prompt | Sergey M․ | 2016-09-11 | 1 | -0/+3 |
| | |||||
* | release 2016.09.11 | Sergey M․ | 2016-09-11 | 4 | -7/+12 |
| | |||||
* | [tvplay] Remove unused import | Sergey M․ | 2016-09-11 | 1 | -1/+0 |
| | |||||
* | [tube8] Extract categories and tags (Closes #10579) | Sergey M․ | 2016-09-11 | 1 | -0/+21 |
| | |||||
* | [pornhub] Extract categories and tags (closes #10499) | Yen Chi Hsuan | 2016-09-11 | 2 | -0/+17 |
| | |||||
* | [foxnews] Revert to old extractor names | Yen Chi Hsuan | 2016-09-11 | 2 | -8/+8 |
| | |||||
* | [openload] Temporary fix (#10408) | Yen Chi Hsuan | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | [foxnews] Support Fox News Articles (closes #10598) | Yen Chi Hsuan | 2016-09-11 | 3 | -3/+39 |
| |