[extractor/generic] Properly comment out a test

master
Sergey M․ 8 years ago
parent d417fd88d0
commit 6e6b70d65f
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -1313,23 +1313,23 @@ class GenericIE(InfoExtractor):
}, },
'add_ie': ['Kaltura'], 'add_ie': ['Kaltura'],
}, },
{ # {
# TODO: find another test # # TODO: find another test
# http://schema.org/VideoObject # # http://schema.org/VideoObject
# 'url': 'https://flipagram.com/f/nyvTSJMKId', # 'url': 'https://flipagram.com/f/nyvTSJMKId',
# 'md5': '888dcf08b7ea671381f00fab74692755', # 'md5': '888dcf08b7ea671381f00fab74692755',
# 'info_dict': { # 'info_dict': {
# 'id': 'nyvTSJMKId', # 'id': 'nyvTSJMKId',
# 'ext': 'mp4', # 'ext': 'mp4',
# 'title': 'Flipagram by sjuria101 featuring Midnight Memories by One Direction', # 'title': 'Flipagram by sjuria101 featuring Midnight Memories by One Direction',
# 'description': '#love for cats.', # 'description': '#love for cats.',
# 'timestamp': 1461244995, # 'timestamp': 1461244995,
# 'upload_date': '20160421', # 'upload_date': '20160421',
# }, # },
# 'params': { # 'params': {
# 'force_generic_extractor': True, # 'force_generic_extractor': True,
# }, # },
} # }
] ]
def report_following_redirect(self, new_url): def report_following_redirect(self, new_url):

Loading…
Cancel
Save