diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-04-30 22:04:21 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-30 22:04:21 +0700 |
commit | 238cec17ae51c0f624588095d3a370a3b6964bdd (patch) | |
tree | 719f21f2e7b388fd97dfc138e90d9d42bc2f4448 /youtube_dl/extractor/anvato.py | |
parent | 50534b7158e0e1c842d05eae39fd6687a04a76e3 (diff) |
[extractor/anvato] PEP 8
Diffstat (limited to 'youtube_dl/extractor/anvato.py')
-rw-r--r-- | youtube_dl/extractor/anvato.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/anvato.py b/youtube_dl/extractor/anvato.py index ab8c237e9..8023da702 100644 --- a/youtube_dl/extractor/anvato.py +++ b/youtube_dl/extractor/anvato.py @@ -29,7 +29,7 @@ def md5_text(s): class AnvatoIE(InfoExtractor): _VALID_URL = r'anvato:(?P<access_key_or_mcp>[^:]+):(?P<id>\d+)' - + # Copied from anvplayer.min.js _ANVACK_TABLE = { 'nbcu_nbcd_desktop_web_prod_93d8ead38ce2024f8f544b78306fbd15895ae5e6': 'NNemUkySjxLyPTKvZRiGntBIjEyK8uqicjMakIaQ', |