mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fixed a few bugs and made a few more improvements
This commit is contained in:
parent
3db20ab072
commit
2be1873cad
3 changed files with 39 additions and 39 deletions
|
@ -2,10 +2,11 @@ import os
|
|||
import sys
|
||||
import nzbtomedia
|
||||
import TorrentToMedia
|
||||
from nzbtomedia.nzbToMediaUtil import find_download, clean_nzbname, listMediaFiles
|
||||
from nzbtomedia.nzbToMediaUtil import find_download, isMediaFile
|
||||
|
||||
nzbtomedia.initialize()
|
||||
|
||||
test = isMediaFile('test.mp4')
|
||||
download_id = 'SABnzbd_nzo_qhoQ7m'
|
||||
if find_download('sabnzbd', download_id):
|
||||
print 'found'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue