Giter Club home page Giter Club logo

cloudytube's Introduction

This simple web app allows you to submit the URL of a video (from any of the websites supported by youtube-dl): the video will be downloaded, its audio will be extracted, converted to mp3 and uploaded to your own Overcast® player. This requires an Overcast® Premium membership.

The uploading functionality of this tool is made possible through the great cloudy-uploader by Andrew Morozko.

Let me just make one thing clear: design was not a priority when building this tool, it was mostly for my own use (and it shows).

Demo installation

You can use my demo install at cloudytube.lucatnt.com.

How to use this thing

You can either run this with Python (it requires Flask, so pip3 install flask)

python3 main.py

Or you can use the lucatnt/cloudytube Docker image

docker run -p 5000:80 lucatnt/cloudytube

Either way you will end up with a webserver running on port 5000.

Optional settings

There are four optional settings that can be supplied as environment variables.

Variable Default value Required Description
OVERCAST_USERNAME No Overcast default username
OVERCAST_PASSWORD No Overcast default password
ENV_CREDENTIALS_DEFAULT false No If set to true, the checkbox that selects the environment-supplied credentials to be used is checked by default
DEFAULT_VIDEO_URL No The default video URL. Useful for testing.

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.