Skip to content

App that allows to import videos from YouTube to the platform via list of links in a text file.

Notifications You must be signed in to change notification settings

supervisely-ecosystem/import-youtube-videos

 
 

Repository files navigation

Import YouTube video

OverviewHow To RunAcknowledgement

GitHub release (latest SemVer) views runs

Overview

App iterates over all youtube url links in a .txt file and uploades listed videos to a platform in form of a project.

This app comes in handy when you want to work with videos from YouTube in the platform. The problem with that being is that YouTube does not allow for direct download, so you have to deal with sketchy services. Good thing is - the current app covers this issue.

How to Run

  1. Create .txt file with a list of YouTube links to videos that you would like to download, just like in the example shown below:
https://www.youtube.com/watch?v=nuYLz1CjRf0
https://www.youtube.com/watch?v=psGDf2VrvK8
https://www.youtube.com/watch?v=M69gZrLm9oc
  1. Go to Team Files

  1. Upload .txt file that contains YouTube urls

  1. Right click to file and run the app from the context menu

Result

As a result of running this app, project with all of your uploaded videos will appear in your workspace.

Acknowledgement

This app is based on the fork of the original youtube-dl(github). GitHub Org's stars library called yt-dlp. Check it out on github. GitHub Org's stars

About

App that allows to import videos from YouTube to the platform via list of links in a text file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.2%
  • Shell 14.8%