TeamNewPipe / NewPipeExtractor

NewPipe's core library for extracting data from streaming sites
GNU General Public License v3.0
1.38k stars 417 forks source link

Support for opening `watch_videos` playlist URLs #436

Open h-h-h-h opened 4 years ago

h-h-h-h commented 4 years ago

Describe the feature you want

Following a URL like

https://www.youtube.com/watch_videos?video_ids=sjRTSkBHnyo,fhU5y7huAY8,9T_EqwQnZY0,FQKvro1Wz-E,BXLYIw-IU8I

...redirects with HTTP response 303 to a URL like

https://www.youtube.com/watch?v=sjRTSkBHnyo&list=TLGGTxknVJuOq2MxNzA1MjAyMA

As far as I know, the URLs redirected to expire after a while. (I had this result years ago.)

NewPipe should be able to open these links by simply following the redirect. For me, opening means scanning the QR code of a watch_videos URL and selecting NewPipe as the app to open it with.

Should NewPipe ever save opened playlist URLs somewhere to make them available to the user again, it should save the watch_videos URLs in this case.

Is your feature request related to a problem? Please describe it

Additional context

How will you/everyone benefit from this feature?

Being able to scan QR codes with watch_videos URLs and open them with NewPipe, instead of having to follow the redirect before creating the QR code, makes the process more versatile. If your QR code scanner has a history, you can open the URL later when the URL originally redirected to may already have expired.

Stypox commented 4 years ago

Related: TeamNewPipe/NewPipe#1788

opusforlife2 commented 4 years ago

@Stypox Transfer to Extractor?

zaednasr commented 2 months ago

Any updates on this? At least make the url be supported in the playlist extractor