Skip to content

Commit

Permalink
Merge pull request #10 from Audionut/ACM
Browse files Browse the repository at this point in the history
FIX - acm url
  • Loading branch information
Audionut authored Aug 10, 2024
2 parents b854cf7 + 3479b14 commit deeb211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trackers/ACM.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def __init__(self, config):
self.config = config
self.tracker = 'ACM'
self.source_flag = 'AsianCinema'
self.upload_url = 'https://asiancinema.me/api/torrents/upload'
self.search_url = 'https://asiancinema.me/api/torrents/filter'
self.upload_url = 'https://eiga.moi/api/torrents/upload'
self.search_url = 'https://eiga.moi/api/torrents/filter'
self.signature = None
self.banned_groups = [""]
pass
Expand Down

0 comments on commit deeb211

Please sign in to comment.