Skip to content

Commit

Permalink
fix: fix URL is not defined
Browse files Browse the repository at this point in the history
closes #859
  • Loading branch information
fent committed Jan 24, 2021
1 parent 540d50b commit 45ac5dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/info-extras.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const utils = require('./utils');
const qs = require('querystring');
const urllib = require('url');
const { URL } = require('url');
const { parseTimestamp } = require('m3u8stream');


Expand Down

0 comments on commit 45ac5dc

Please sign in to comment.