TeamNewPipe / TeamNewPipe/NewPipeExtractor

Import subscriptions from invidious

Open
#556 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug Invidious
Dominant language
Java
Stars
2k
Forks
602
Avg merge
3d 6h
Merged PRs (30d)
6

Description

#452 broke import subscriptions from invidious

You can export from Invidious in three way:
OPML

<opml version="1.1"><body><outline text="Invidious Subscriptions" title="Invidious Subscriptions"><outline text="TechLinked" title="TechLinked" type="rss" xmlUrl="https://invidious.snopyta.org/feed/channel/UCeeFfhMcJa1kjtfZAGskOCA"/></outline></body></opml>

OPML (for NewPipe and FreeTube)

<opml version="1.1"><body><outline text="YouTube Subscriptions" title="YouTube Subscriptions"><outline text="TechLinked" title="TechLinked" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCeeFfhMcJa1kjtfZAGskOCA"/></outline></body></opml>

JSON

{"subscriptions":["UCeeFfhMcJa1kjtfZAGskOCA"],"watch_history":["zYylOBNpwvc"],"preferences":{"annotations":false,"annotations_subscribed":false,"autoplay":false,"captions":["","",""],"comments":["youtube",""],"continue":false,"continue_autoplay":true,"dark_mode":"dark","latest_only":false,"listen":false,"local":true,"locale":"en-US","max_results":40,"notifications_only":false,"player_style":"youtube","quality":"hd720","quality_dash":"auto","default_home":"Popular","feed_menu":["Popular","Trending"],"related_videos":true,"sort":"published","speed":1.0,"thin_mode":false,"unseen_only":false,"video_loop":false,"volume":100},"playlists":[]}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by tracing the subscription import path related to issue #452, then compare its handling of the listed Invidious OPML and JSON exports. Done means imports work for the three shown export formats without breaking existing subscription imports.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.