about summary refs log tree commit diff
path: root/youtube_dl/extractor/go.py
Commit message (Collapse)AuthorAgeFilesLines
* [go] Improve video id extraction (closes #25207, closes #25216, closes #26058)Sergey M․2021-04-211-8/+38
|
* [go] Added support for FXNetworks (#26826)JamKage2020-12-271-2/+19
| | | | | | | Co-authored-by: James Kirrage <james.kirrage@mortgagegym.com> closes #13972 closes #22467 closes #23754
* [go] Improve and beautify _VALID_URLSergey M․2019-10-291-2/+11
|
* [go] Add support for abc.com and freeform.com (closes #22823, closes #22864)Sergey M․2019-10-291-6/+38
|
* [go] Add site info for disneynow (closes #21613)Sergey M․2019-07-041-2/+8
|
* [go] Add support for disneynow.com (closes #21528)Sergey M․2019-06-271-2/+5
|
* [go] fix adobe pass requests for Disney Now(closes #18901)Remita Amine2019-01-231-5/+5
|
* [go] Add support for disneynow.go.com (closes #16299, closes #17264)Sergey M․2018-08-221-6/+24
|
* Improve geo bypass mechanismSergey M․2018-05-021-1/+1
| | | | | | * Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
* [go] add support for Disney, DisneyJunior and DisneyXD show pagesRemita Amine2017-04-281-14/+35
|
* [go] Relax _VALID_URL (closes #12341)Sergey M․2017-03-031-1/+7
|
* [go] sign all uplynk urls and use geo bypass only for free videos(closes ↵Remita Amine2017-02-231-33/+48
| | | | #12087)(closes #12210)
* Improve geo bypass mechanismSergey M․2017-02-191-1/+2
| | | | | | * Rename options to preffixly match with --geo-verification-proxy * Introduce _GEO_COUNTRIES for extractors * Implement faking IP right away for sites with known geo restriction
* [go] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-0/+4
|
* [go] add support for adobe pass auth(closes #11468)(closes #10831)Remita Amine2017-02-081-16/+44
|
* [go] Relax video id regex (closes #11937)Sergey M․2017-02-021-1/+4
|
* [go] fix typoRemita Amine2016-09-141-2/+2
|
* [go] add support for free full episodes(#10439)Remita Amine2016-09-141-3/+24
|
* [go] Add new extractorRemita Amine2016-09-021-0/+101