1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-21 00:25:42 +07:00

[anvato] Improve extraction (closes #12913)

* 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
This commit is contained in:
Sergey M․
2017-04-29 19:49:04 +07:00
parent a1ebfd4494
commit 7986c3abcd
3 changed files with 73 additions and 3 deletions

View File

@@ -41,6 +41,7 @@
from .amcnetworks import AMCNetworksIE
from .animeondemand import AnimeOnDemandIE
from .anitube import AnitubeIE
from .anvato import AnvatoIE
from .anysex import AnySexIE
from .aol import AolIE
from .allocine import AllocineIE