forked from DebaucheryLibrarian/traxxx
Using new HTTP module with a dynamic rate limiter.
This commit is contained in:
@@ -129,7 +129,9 @@ async function fetchProfile(baseActor, entity, include) {
|
||||
const searchRes = await http.post('https://tour.hitzefrei.com/search-preview', {
|
||||
q: baseActor.name,
|
||||
}, {
|
||||
'Accept-Language': 'en-US',
|
||||
headers: {
|
||||
'Accept-Language': 'en-US',
|
||||
},
|
||||
});
|
||||
|
||||
if (searchRes.ok) {
|
||||
|
||||
Reference in New Issue
Block a user