Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster iframe api based player extraction. #694

Merged
merged 5 commits into from
Aug 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove debug code.
FireMasterK committed Aug 6, 2021
commit 6eaddcd0ecdf64170c0510ea98fe722be17d3a52
Original file line number Diff line number Diff line change
@@ -79,7 +79,6 @@ private static String extractJavaScriptUrl(final String videoId) throws ParsingE
return String.format("https://www.youtube.com/s/player/%s/player_ias.vflset/en_US/base.js", hash);

} catch (Exception i) {
i.printStackTrace();
try {
final String embedUrl = "https://www.youtube.com/embed/" + videoId;
final String embedPageContent = NewPipe.getDownloader()