comparison channeldownloader.py @ 59:a3927b2ec6e6

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 edbe4aff3b78
children 4e7a9c7c0cce
comparison
equal deleted inserted replaced
58:edbe4aff3b78 59:a3927b2ec6e6
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