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

Commit 8280d34

Browse files
authored
fix(yttrex): print html id instead html when no video is found in search parser (#644)
1 parent 4e82936 commit 8280d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/yttrex/backend/parsers/searches.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const processSearch: ParserFn<HTMLSource, any | null> = async (
136136
if (!videos.length) {
137137
debuge(
138138
"Search result of %s doesn't seem having any video!",
139-
envelop.html.html
139+
envelop.html.id
140140
);
141141
return null;
142142
}

0 commit comments

Comments
 (0)