mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-04 04:21:20 +02:00
Fix extractor URL for YouTube.
This commit is contained in:
parent
164ee66e46
commit
53b03761d5
@ -98,7 +98,7 @@ public class ServerLauncher extends MultithreadedHttpServerLauncher {
|
||||
Multithreading.runAsync(() -> {
|
||||
try {
|
||||
Sentry.setExtra("videoId", videoId);
|
||||
var extractor = YOUTUBE_SERVICE.getStreamExtractor(videoId);
|
||||
var extractor = YOUTUBE_SERVICE.getStreamExtractor("https://youtube.com/watch?v=" + videoId);
|
||||
extractor.fetchPage();
|
||||
|
||||
Multithreading.runAsync(() -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user