Mercurial > channeldownloader
comparison channeldownloader.py @ 2:c65d14f01453
Update channeldownloader.py
committer: GitHub <noreply@github.com>
| author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
|---|---|
| date | Thu, 14 Oct 2021 09:04:44 -0400 |
| parents | b50c74fc47b5 |
| children | d8ddd6df5d92 |
comparison
equal
deleted
inserted
replaced
| 1:b50c74fc47b5 | 2:c65d14f01453 |
|---|---|
| 1 import argparse | 1 import argparse |
| 2 import internetarchive # pip install internetarchive | 2 import internetarchive # pip install internetarchive |
| 3 import json | 3 import json |
| 4 import os | 4 import os |
| 5 import re # pip install re | 5 import re |
| 6 import urllib.request | 6 import urllib.request |
| 7 import youtube_dl # pip install youtube-dl | 7 import youtube_dl # pip install youtube-dl |
| 8 import itertools | 8 import itertools |
| 9 from urllib.error import HTTPError | 9 from urllib.error import HTTPError |
| 10 | 10 |
