labrys
0c45961382
Streamline variable assignment
2016-05-31 12:00:45 -04:00
labrys
8880d11e8a
Too broad exceptions.
...
* Use .get() with default value instead.
* Use ValueError to catch JSONDecodeError from simplejson and ValueError from json standard lib
* Use request.RequestException instead.
2016-05-31 12:00:41 -04:00
labrys
03fa8bc973
Replace assignment with augmented assignment
2016-05-31 12:00:34 -04:00
labrys
c5c5279a8b
PEP8: .has_key() is deprecated, use 'in'
2016-05-31 12:00:30 -04:00
labrys
061a167b56
PEP8: Test for membership should be 'not in'
2016-05-31 12:00:25 -04:00
Labrys
38ed3350ac
PEP8: Fix formatting
...
* Remove redundant backslash between brackets
* Fix multiple statements on one line
* Fix missing/excess whitespace
* Fix comments not starting with a single `#` and a space
* Convert tabs to spaces
2016-05-31 11:59:25 -04:00
labrys
0a1fe84306
Convert to new-style class by inheriting from object
2016-05-31 11:56:33 -04:00
labrys
230cc794d0
Fix spelling
2016-05-31 11:56:03 -04:00
labrys
d15fa76fc9
Remove unused imports, unused variables, and redundant parentheses
2016-05-31 11:55:50 -04:00
Labrys
0e1437eb7e
Add encoding declaaration
2016-05-31 11:52:43 -04:00
clinton-hall
417b79db12
don't add imdb id when torrent move-sym in use. Fixes #1030
2016-05-19 12:45:40 +09:30
clinton-hall
651650f83b
don't update plex on failed. Fixes #846
2015-10-11 09:53:03 +10:30
gibxxi
e9a347346a
SSL Warnings workaround - autoProcessComics.py
...
Add code to disable warnings in NZBGet about 'unverified SSL Requests'
being made between apps.
2015-09-29 14:12:28 +01:00
clinton-hall
3600c224d3
don't use last modified entry for CP renamer when no imdb id found. Fixes #722
2015-04-26 21:49:29 +09:30
clinton-hall
c5da33a17d
mark as bad if no media files found. Fixes #748
...
also improved the flow somewhat.
2015-04-26 21:16:06 +09:30
clinton-hall
c80a678ded
rename nzbtomedia to core. Fixes #744 #746
2015-04-26 16:41:39 +09:30