We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db23d5f commit 2e3f5d9Copy full SHA for 2e3f5d9
lib/plugins/system/htmlparser/htmlparser.js
@@ -5,6 +5,7 @@ import * as utils from '../../../utils.js';
5
import * as libUtils from '../../../utils.js';
6
import * as metaUtils from '../meta/utils.js';
7
import { extendCookiesJar } from '../../../fetch.js';
8
+import log from '../../../../logging.js';
9
var getUrlFunctional = utils.getUrlFunctional;
10
import { CollectingHandlerForMutliTarget } from './CollectingHandlerForMutliTarget.js';
11
@@ -23,6 +24,8 @@ export default {
23
24
reuseCookies: !!options.followHTTPRedirect
25
}};
26
27
+ log(' -- htmlparser for: ' + url);
28
+
29
getUrlFunctional(url, options2, {
30
onError: function(error) {
31
if (error.code === 'ENOTFOUND') {
0 commit comments