Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Coriou committed May 22, 2019
1 parent e3f4a9d commit e968072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/youtube-dl.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ ytdl.exec = function exec(url, args, options, callback) {
* @returns {Object}
*/
function parseInfo(data) {
// Youtube-dl might return just an url as a string when using the "-g" or "--get-url" flag
// youtube-dl might return just an url as a string when using the "-g" or "--get-url" flag
if (util.isString(data) && data.startsWith("http"))
data = JSON.stringify({url: data});

Expand Down

0 comments on commit e968072

Please sign in to comment.