forked from DebaucheryLibrarian/traxxx
Improved release storage module. Added new tags module. Added movie scraping.
This commit is contained in:
@@ -288,9 +288,7 @@ function extractAll(htmlValue, selector) {
|
||||
}
|
||||
|
||||
async function get(urlValue, selector, headers, options, queryAll = false) {
|
||||
const res = await http.get(urlValue, {
|
||||
headers,
|
||||
});
|
||||
const res = await http.get(urlValue, headers);
|
||||
|
||||
if (res.statusCode === 200) {
|
||||
const item = queryAll
|
||||
|
||||
Reference in New Issue
Block a user