mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-04 22:32:51 +08:00
only required changes
This commit is contained in:
parent
1b1d6191d2
commit
6961c2a4d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,4 +28,3 @@ updates_key.pem
|
||||
*.part
|
||||
test/testdata
|
||||
.tox
|
||||
/.idea
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user