diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-03 18:06:53 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-03 18:06:53 -0700 |
commit | dcdf02737a7e44dff238b5ad8c23ee422c270d7a (patch) | |
tree | c0a1ca3cf20f1572e051c14f1125ff480f2334f7 /.gitignore | |
parent | c6dad90d05b09fa7c4c35bb91b84ddc69aa0ecdc (diff) | |
download | yt-local-dcdf02737a7e44dff238b5ad8c23ee422c270d7a.tar.lz yt-local-dcdf02737a7e44dff238b5ad8c23ee422c270d7a.tar.xz yt-local-dcdf02737a7e44dff238b5ad8c23ee422c270d7a.zip |
fix error when getting no content in channel response
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ __pycache__/ *.py[cod] *$py.class youtube_dl/ +debug/ banned_addresses.txt youtube/common_old.py youtube/common_older.py |