Skip to content

Commit 2e3f5d9

Browse files
committed
Update htmlparser.js
1 parent db23d5f commit 2e3f5d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/plugins/system/htmlparser/htmlparser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import * as utils from '../../../utils.js';
55
import * as libUtils from '../../../utils.js';
66
import * as metaUtils from '../meta/utils.js';
77
import { extendCookiesJar } from '../../../fetch.js';
8+
import log from '../../../../logging.js';
89
var getUrlFunctional = utils.getUrlFunctional;
910
import { CollectingHandlerForMutliTarget } from './CollectingHandlerForMutliTarget.js';
1011

@@ -23,6 +24,8 @@ export default {
2324
reuseCookies: !!options.followHTTPRedirect
2425
}};
2526

27+
log(' -- htmlparser for: ' + url);
28+
2629
getUrlFunctional(url, options2, {
2730
onError: function(error) {
2831
if (error.code === 'ENOTFOUND') {

0 commit comments

Comments
 (0)