mirror of
https://github.com/soimort/you-get.git
synced 2025-01-24 05:55:02 +03:00
fix output_dir and merge options
This commit is contained in:
parent
204a927181
commit
cb8884e1c9
@ -173,7 +173,9 @@ class VideoExtractor():
|
|||||||
log.e('This is most likely because the video has not been made available in your country.')
|
log.e('This is most likely because the video has not been made available in your country.')
|
||||||
log.e('You may try to use a proxy via \'-y\' for extracting stream data.')
|
log.e('You may try to use a proxy via \'-y\' for extracting stream data.')
|
||||||
exit(1)
|
exit(1)
|
||||||
#download_urls(urls, self.title, self.streams[stream_id]['container'], self.streams[stream_id]['size'], output_dir=kwargs['output_dir'], merge=kwargs['merge'])
|
# For legacy main()
|
||||||
download_urls(urls, self.title, self.streams[stream_id]['container'], self.streams[stream_id]['size'])
|
download_urls(urls, self.title, self.streams[stream_id]['container'], self.streams[stream_id]['size'], output_dir=kwargs['output_dir'], merge=kwargs['merge'])
|
||||||
|
# For main_dev()
|
||||||
|
#download_urls(urls, self.title, self.streams[stream_id]['container'], self.streams[stream_id]['size'])
|
||||||
|
|
||||||
self.__init__()
|
self.__init__()
|
||||||
|
Loading…
Reference in New Issue
Block a user