Browse Source

Merge branch 'master' into develop

tags/release_0.25.1
JackDandy 4 years ago
parent
commit
24f635f978
  1. 8
      CHANGES.md
  2. BIN
      lib/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
  3. 2
      sickbeard/providers/ncore.py

8
CHANGES.md

@ -29,9 +29,15 @@
* Add to config/General, "Package updates" > include in 'Check for Updates' menu action
### 0.23.9 (2021-01-28 19:45:00 UTC)
* Fix provider nCore
* Change update dateutil fallback zoneinfo to 2021a
### 0.23.8 (2020-12-31 20:40:00 UTC)
* Update dateutil zoneinfo fallback to 2020f
* Change update dateutil fallback zoneinfo to 2020f
* Fix notifiers Pushover and Boxcar2 under py3
* Fix need to restart SG for a change in TVChaosUK password to take effect

BIN
lib/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz

Binary file not shown.

2
sickbeard/providers/ncore.py

@ -35,7 +35,7 @@ class NcoreProvider(generic.TorrentProvider):
def __init__(self):
generic.TorrentProvider.__init__(self, 'nCore')
self.url_base = 'https://ncore.cc/'
self.url_base = 'https://ncore.pro/'
self.urls = {'config_provider_home_uri': self.url_base,
'login_action': self.url_base + 'login.php',
'search': self.url_base + 'torrents.php?mire=%s&' + '&'.join([

Loading…
Cancel
Save