diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-07-21 21:59:52 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-07-21 21:59:52 -0700 |
commit | 8eff0bb9e23690bb8a87453a4a6d4d415b9e1a95 (patch) | |
tree | 4b2ecdf36896360d53cd0183f98b8484cc980a79 /youtube/channel.py | |
parent | fc295ac93d0ad6b0272aa94f2d2ea44002ecbc48 (diff) | |
download | yt-local-8eff0bb9e23690bb8a87453a4a6d4d415b9e1a95.tar.lz yt-local-8eff0bb9e23690bb8a87453a4a6d4d415b9e1a95.tar.xz yt-local-8eff0bb9e23690bb8a87453a4a6d4d415b9e1a95.zip |
Delete obsolete files
Diffstat (limited to 'youtube/channel.py')
-rw-r--r-- | youtube/channel.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube/channel.py b/youtube/channel.py index 9cb1e78..17bc48d 100644 --- a/youtube/channel.py +++ b/youtube/channel.py @@ -1,8 +1,7 @@ import base64 -from youtube import util, yt_data_extract, html_common +from youtube import util, yt_data_extract from youtube import yt_app -import http_errors import urllib import json from string import Template |