mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -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
|
@ -44,6 +44,8 @@ def process(dirName, nzbName=None, status=0):
|
|||
else:
|
||||
protocol = "http://"
|
||||
|
||||
nzbName, dirName = converto_to_ascii(nzbName, dirName)
|
||||
|
||||
baseURL = protocol + host + ":" + port + web_root + "/api?api_key=" + apikey + "&mode="
|
||||
|
||||
fields = nzbName.split("-")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue