diff options
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) |