mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-05 02:03:04 +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
|
*.part
|
||||||
test/testdata
|
test/testdata
|
||||||
.tox
|
.tox
|
||||||
/.idea
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user