1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-05 01:49:33 +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 *.part
test/testdata test/testdata
.tox .tox
/.idea

View File

@ -316,7 +316,6 @@ class InfoExtractor(object):
@staticmethod @staticmethod
def video_result(video_url=None, video_id=None, uploader=None, video_title=None): 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""" """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', video_info = {'_type': 'video',
'url': video_url, 'url': video_url,
'id': video_id, 'id': video_id,