]> jfr.im git - yt-dlp.git/blob - youtube_dlc/extractor/anvato_token_generator/__init__.py
Fix `--windows-filenames` removing `/` from UNIX paths
[yt-dlp.git] / youtube_dlc / extractor / anvato_token_generator / __init__.py
1 from __future__ import unicode_literals
2
3 from .nfl import NFLTokenGenerator
4
5 __all__ = [
6 'NFLTokenGenerator',
7 ]