TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
31.69k stars 3.08k forks source link

Shorts no longer populate What's New Feed or Channel page, only visible in searches. #9626

Closed g1t3m closed 1 year ago

g1t3m commented 1 year ago

Checklist

Affected version

0.24.1

Steps to reproduce the bug

  1. Open Newpipe
  2. Search for and subscribe to channel that produces YouTube Shorts
  3. Refresh "What's New" feed or navigate to channel

Expected behavior

Shorts videos should appear in feed or on channel.

Actual behavior

Shorts do not appear at all, and shorts channel is not loaded when reshreshing the feed.

Screenshots/Screen recordings

Screenshot_20230104-204116_Trebuchet Screenshot_20230104-204126_Trebuchet

Logs

No response

Affected Android/Custom ROM version

Android 13/LineageOS 20.01/GrapheneOS 2022122700

Affected device model

Samsung Galaxy Tab S5E SM-T720/Google Pixel 6 Pro

Additional information

No response

SameenAhnaf commented 1 year ago

Due to the separation of shorts and livestreams (including VODs) of most channels into separate tabs, these contents will be not available until channel tabs support is added.

However, you can use workarounds until this support is added:

For feeds, use the dedicated method to fetch channels (a.k.a. RSS feeds); For channels: you can use the uploads playlist of a channel to get all its public videos: take a channel ID (not a username or a handle), replace UC by UU at the beginning of the ID and use the resulting ID as a playlist ID (append this ID to a playlist URL like https://www.youtube.com/playlist?list= and then open this URL in NewPipe). These playlists may be not available on some YouTube "system" channels.

Solving #2414 should automatically solve this issue.

PVTejas commented 1 year ago

I nearly created a bug report for this but saw that there are a lot of related bugs that have the same underlying problem. Can this advice be moved to a more public place like FAQs or perhaps a known issues page so that this is more visible?