1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-04 20:37:49 +08:00

only required changes

This commit is contained in:
renu 2014-01-22 11:07:19 +05:30
parent 1b1d6191d2
commit 6961c2a4d9
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -28,4 +28,3 @@ updates_key.pem
*.part
test/testdata
.tox
/.idea

View File

@ -316,7 +316,6 @@ class InfoExtractor(object):
@staticmethod
def video_result(video_url=None, video_id=None, uploader=None, video_title=None):
"""Returns a url that points to a page that should be processed"""
#TODO: ie should be the class used for getting the info
video_info = {'_type': 'video',
'url': video_url,
'id': video_id,