Skip to content

Commit

Permalink
Fix AniMixPlay (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
lieux committed Nov 11, 2020
1 parent 2efffc5 commit f4020b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anime_downloader/sites/animixplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def search(cls, query):
# V3 not supported
v1 = helpers.soupify(helpers.post("https://v1.nmtvjxdtx42qdwktdxjfoikjq.workers.dev/",
data={"q2": query}, verify=False).json()['result']).select('p.name > a')
v5 = helpers.soupify(helpers.post("https://animixplay.to/api/search/",
v5 = helpers.soupify(helpers.post("https://cdn.animixplay.to/api/search/",
data={"qfast": query}, verify=False).json()['result']).select('p.name > a')

# v3 = helpers.soupify(helpers.post("https://v3.w0ltfgqz8y3ygjozgs4v.workers.dev/",
Expand Down

0 comments on commit f4020b7

Please sign in to comment.