mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
fix subtitle download
This commit is contained in:
parent
87a7e3a5ed
commit
45447ec487
24 changed files with 7388 additions and 8 deletions
|
@ -195,7 +195,7 @@ def _guess_filename(filename, filetype):
|
|||
return m
|
||||
|
||||
|
||||
def guess_file_info(filename, filetype, info=None):
|
||||
def guess_file_info(filename, filetype='autodetect', info=None):
|
||||
"""info can contain the names of the various plugins, such as 'filename' to
|
||||
detect filename info, or 'hash_md5' to get the md5 hash of the file.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue