mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Updated requests lib.
More code cleanup done.
This commit is contained in:
parent
504ea8ac45
commit
086eaaa516
19 changed files with 347 additions and 123 deletions
|
@ -13,10 +13,11 @@ os.environ['TR_TORRENT_HASH']="154206e6390a03bbf01e61f013e1a52494a52dfa"
|
|||
# Initialize the config
|
||||
nzbtomedia.initialize()
|
||||
|
||||
clientAgent = nzbtomedia.TORRENT_CLIENTAGENT
|
||||
nzbName = 'Ron.White.A.Little.Unprofessional.2012.DVDRip.XViD-IGUANA[rarbg]'
|
||||
download_id = '51C9B415382894727C5C7D8442554D3AC08B390F'
|
||||
clientAgent = nzbtomedia.NZB_CLIENTAGENT
|
||||
nzbName = 'Anger.Management.S02E57.HDTV.x264-KILLERS'
|
||||
#download_id = '51C9B415382894727C5C7D8442554D3AC08B390F'
|
||||
|
||||
download_id = 'SABnzbd_nzo_uBYaGb'
|
||||
if find_download(clientAgent, nzbName, download_id):
|
||||
print 'found'
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue