# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1634216684 14400 # Node ID a3927b2ec6e630f4ecf73fd17760794224c3b7fb # Parent edbe4aff3b7816dae3630b30c78eea0bef87a4ca Update channeldownloader.py committer: GitHub diff -r edbe4aff3b78 -r a3927b2ec6e6 channeldownloader.py --- a/channeldownloader.py Wed Oct 13 18:45:50 2021 -0400 +++ b/channeldownloader.py Thu Oct 14 09:04:44 2021 -0400 @@ -2,7 +2,7 @@ import internetarchive # pip install internetarchive import json import os -import re # pip install re +import re import urllib.request import youtube_dl # pip install youtube-dl import itertools