diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-29 01:02:37 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-29 01:03:32 +0530 |
commit | 66c935fb16c21280dde261f7f48f04c50c462df5 (patch) | |
tree | 6cd5b3a972ce096331ffdee118ac80254f280980 /youtube_dlc/extractor/anvato.py | |
parent | 64c0d954e573a608e497c8318b35a81c25583003 (diff) |
Linter and misc cleanup
:ci skip dl
Diffstat (limited to 'youtube_dlc/extractor/anvato.py')
-rw-r--r-- | youtube_dlc/extractor/anvato.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dlc/extractor/anvato.py b/youtube_dlc/extractor/anvato.py index 9b3867605..ab69b69bd 100644 --- a/youtube_dlc/extractor/anvato.py +++ b/youtube_dlc/extractor/anvato.py @@ -31,6 +31,7 @@ try: except ImportError: NFLTokenGenerator = None + def md5_text(s): if not isinstance(s, compat_str): s = compat_str(s) |