Skip to content

Commit

Permalink
release: v2.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newt-sc committed Aug 28, 2021
1 parent 4a2f7e4 commit dce5454
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 54 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* [v2.65.0](https://github.com/a4k-openproject/a4kScrapers/releases/tag/a4kScrapers-2.65.0):
* remove bitcq - dead
* remove scenerls - dropping hosters support

* [v2.64.0](https://github.com/a4k-openproject/a4kScrapers/releases/tag/a4kScrapers-2.64.0):
* remove btdb - dead links

Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Unknown",
"version":"2.64.0",
"version":"2.65.0",
"name":"a4kScrapers",
"update_directory": "https://github.com/a4k-openproject/a4kScrapers/archive/",
"remote_meta": "https://raw.githubusercontent.com/newt-sc/a4kScrapers/master/meta.json",
Expand Down
14 changes: 2 additions & 12 deletions providerModules/a4kScrapers/urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
{ "base": "https://bitlordsearch.com" }
]
},
"bitcq": {
"search": "/search?q=%s&category%%5B%%5D=1",
"domains": [
{ "base": "https://bitcq.com" }
]
},
"-bitcq": { "search": "", "domains": [{ "base": "" }] },
"bt4g": {
"search": "/movie/search/%s/byseeders/1",
"domains": [
Expand Down Expand Up @@ -189,11 +184,6 @@
},
"hosters": {
"-rlsbb": { "search": "", "domains": [{ "base": "" }] },
"scenerls": {
"search": "/?s=%s",
"domains": [
{ "base": "http://scene-rls.net" }
]
}
"-scenerls": { "search": "", "domains": [{ "base": "" }] }
}
}
33 changes: 0 additions & 33 deletions providers/a4kScrapers/en/hosters/scenerls.py

This file was deleted.

7 changes: 0 additions & 7 deletions providers/a4kScrapers/en/torrent/bitcq.py

This file was deleted.

2 changes: 1 addition & 1 deletion update_cached_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

torrent_scrapers = {}
for scraper in torrent_module.__all__:
if scraper in ['bitcq', 'bitlord', 'glo', 'kickass', 'lime', 'magnetdl', 'nyaa', 'piratebay', 'solidtorrents', 'torrentapi', 'torrentdownload', 'torrentgalaxy', 'torrentparadise', 'torrentz2', 'yts']:
if scraper in ['bitlord', 'glo', 'kickass', 'lime', 'magnetdl', 'nyaa', 'piratebay', 'solidtorrents', 'torrentapi', 'torrentdownload', 'torrentgalaxy', 'torrentparadise', 'yts']:
torrent_scrapers[scraper] = importlib.import_module('providers.a4kScrapers.en.torrent.%s' % scraper)

url = os.getenv('A4KSCRAPERS_TRAKT_API_URL')
Expand Down

0 comments on commit dce5454

Please sign in to comment.