This commit is contained in:
parent
ab41d6796c
commit
514c403e66
@ -96,7 +96,7 @@ def search_ygg(query, multi):
|
|||||||
}
|
}
|
||||||
|
|
||||||
if multi:
|
if multi:
|
||||||
ygg_params["option_langue"] = ["4"]
|
ygg_params["option_langue:multiple[]"] = "4"
|
||||||
|
|
||||||
req = session.get(f"{YGGTORRENT_BASE_URL}/engine/search", params=ygg_params)
|
req = session.get(f"{YGGTORRENT_BASE_URL}/engine/search", params=ygg_params)
|
||||||
html = BeautifulSoup(req.text, "html.parser")
|
html = BeautifulSoup(req.text, "html.parser")
|
||||||
|
Loading…
Reference in New Issue
Block a user