Mercurial > codedump
changeset 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 |
files | channeldownloader.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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