-
Notifications
You must be signed in to change notification settings - Fork 25
Inquiry about video extraction #27
Comments
한국사람인가요?? I tested your url, Perhaps you did not apply #24 . Please update directly. |
네 한국사람입니다. 여기서 한국분을 보니 반갑네여 ^^' |
저는 다운로드를 하는거를 만들었는데, 확실히 올려주신 태그들이 다운로드가 안되는것 같네요,, |
I did some more testing, This is the test situation after the #24 problem occurred. -CASE1: Songs on copyrighted channels (official channel of sound source) -CASE2: For channels without copyright, it seems that the above tags can not download all the source code before #24 and the source code after #24 . // #24의 문제가 일어난 이후의 테스트상황입니다.
|
I am developing mainly for regeneration. Basically, in order to support various quality videos through muxedStream and adativeStream, we have implemented playback by mixing with audio through extraction. There was a problem a while ago, and other videos were resolved after updating to # 24 method. Only this video can extract addresses, but it is blocked from access. If you get stuck in ah address extraction, I would rather exclude it from the list, so I am looking for a solution now. // |
As a temporary method, in the parseUrls function of the YoutubeStreamExtractor.java file, items without video playback information were filtered. It seems to be necessary to correct the extraction information in the future. if (media.getApproxDurationMs() == 0.0) // |
https://www.youtube.com/watch?v=-szPlUSfP04
itag : 133, 135, 160
I need the video extraction of the quality of itag below.
However, the extracted url is an address that does not exist, but does not connect.
I tried compiling with the original source of the library, but with the same result.
Some videos come out normally, but some videos are not accessible to the extraction url.
The text was updated successfully, but these errors were encountered: