mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 05:13:16 -07:00
add option to convert to ASCII. fixes #204
This commit is contained in:
parent
9dae7979e4
commit
ed359e8468
8 changed files with 47 additions and 0 deletions
|
@ -249,6 +249,7 @@ def process(dirName, nzbName=None, status=0, clientAgent = "manual", download_id
|
|||
initial_status, clientAgent, download_id, initial_release_status = get_status(baseURL, movie_id, clientAgent, download_id)
|
||||
|
||||
process_all_exceptions(nzbName.lower(), dirName)
|
||||
nzbName, dirName = converto_to_ascii(nzbName, dirName)
|
||||
|
||||
if status == 0:
|
||||
if transcode == 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue