This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Pokemon episode downloader script. | |
Usage: | |
python dl.py https://s2.content.video.llnw.net/smedia/path/to/playlist0.ts | |
""" | |
import os | |
import shutil | |
import sys |