about summary refs log tree commit diff
path: root/youtube_dl/extractor/anvato.py
Commit message (Collapse)AuthorAgeFilesLines
* [anvato] remove NFLTokenGeneratorRemita Amine2020-12-211-11/+3
| | | | | | until a better solution is introduced that: - works with lazy_extractors - allows for 3rd party token generators
* [anvato] Disable NFLTokenGenerator(closes #27449)Remita Amine2020-12-161-2/+2
|
* [anvato] update ANVACK table and add experimental token generator for NFLRemita Amine2020-12-151-11/+86
|
* [anvato] Fallback to generic API key for access key to API key lookup ↵Sergey M․2018-08-211-2/+28
| | | | (closes #16788, closes #17254)
* Improve geo bypass mechanismSergey M․2018-05-021-1/+3
| | | | | | * Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
* [anvato] Add ability to bypass geo restrictionSergey M․2017-10-151-0/+4
|
* [anvato] Process master m3u8 manifestsSergey M․2017-10-151-6/+10
| | | | >>> Individual m3u8 manifests are not always present, e.g. anvato:anvato_scripps_app_web_prod_0837996dbe373629133857ae9eb72e740424d80a:4173834
* [extractor/anvato] PEP 8Sergey M․2017-04-301-1/+1
|
* [anvato] Improve extraction (closes #12913)Sergey M․2017-04-291-3/+56
| | | | | | | * Promote to regular shortcut based extractor * Add mcp to access key mapping table * Add support for embeds extraction * Add support for anvato embeds in generic extractor
* Don't list master m3u8 playlists in format list (closes #12832)Sergey M․2017-04-271-6/+1
|
* [anvato] Improve formats extractionSergey M․2016-11-041-3/+4
|
* [anvato] Extract more metadataSergey M․2016-11-041-8/+13
|
* [anvato] Add new extractorYen Chi Hsuan2016-05-211-0/+224
Used in CBSLocal (#9522)