Coder Social home page Coder Social logo

Comments (2)

arianneorpilla avatar arianneorpilla commented on August 25, 2024

I don't intend to involve pulling any account data into the application as I think it's very high maintenance, and I don't want to be handling any private user data. Users can get a list of channels they subscribe from third party tools and use the built-in import/export feature.

Have to turn this one down, unfortunately. I suggest going through your channels and pulling the IDs from the URLs on a desktop or something and then saving your channel IDs somewhere if ever you happen to uninstall the application.

from jidoujisho.

arianneorpilla avatar arianneorpilla commented on August 25, 2024

As someone shared in the Refold Discord, you can use this Chrome extension to extract your channel IDs.

This will get you a text snippet of this format:

Channel 1: https://youtube.com/channel/channelID1here
Channel 2: https://youtube.com/channel/channelID2here

So, you can use RegEx to get rid of the text leading up to the channel ID:

  1. Replace all .*(?=/) with nothing
  2. Replace all / with nothing

This will get you a clean text file with just your channel IDs that you can import into the app. If you need any assistance with this, I would be happy to help.

from jidoujisho.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.