# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1634216684 14400 # Node ID c65d14f014531a55670351225031f387eca7bf99 # Parent b50c74fc47b5dbe9ddf48b49cbc9a1f2fb871a7c Update channeldownloader.py committer: GitHub diff -r b50c74fc47b5 -r c65d14f01453 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