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

Commit

Permalink
fix(yttrex): print html id instead html when no video is found in sea…
Browse files Browse the repository at this point in the history
…rch parser (#644)
  • Loading branch information
ascariandrea authored Sep 14, 2022
1 parent 4e82936 commit 8280d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/yttrex/backend/parsers/searches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const processSearch: ParserFn<HTMLSource, any | null> = async (
if (!videos.length) {
debuge(
"Search result of %s doesn't seem having any video!",
envelop.html.html
envelop.html.id
);
return null;
}
Expand Down

0 comments on commit 8280d34

Please sign in to comment.