mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
Update fc2.py
This commit is contained in:
parent
4231235cda
commit
40b1cbafac
@ -87,10 +87,10 @@ def _real_extract(self, url):
|
||||
if 'err_code' in info:
|
||||
#raise ExtractorError('Error code: %s' % info['err_code'][0])
|
||||
# most of the time we can still download wideo even if err_code is 403 or 602
|
||||
print 'Error code was: %s... but still trying' % info['err_code'][0]
|
||||
|
||||
self._downloader.report_warning('Error code was: %s... but still trying' % info['err_code'][0])
|
||||
|
||||
if 'filepath' not in info:
|
||||
raise ExtractorError('No file path for download. Maybe not logged?')
|
||||
raise ExtractorError('Cannot download file. Are you logged?')
|
||||
|
||||
video_url = info['filepath'][0] + '?mid=' + info['mid'][0]
|
||||
title_info = info.get('title')
|
||||
|
Loading…
Reference in New Issue
Block a user