Skip to content

Youtube_Up is a Java program that can be used to find all videos from a target directory recursively and automatically upload them to Youtube. It also stores the MD5 checksum of the uploaded files in a local DB in order to save the progress and not to upload suspected duplicates.

Notifications You must be signed in to change notification settings

peyanski/Youtube_up

Repository files navigation

Prerequisites for this code sample:
- Java 1.6
- Apache Maven (http://maven.apache.org)

Before running the sample, client_secrets.json must be populated with a
client ID and client secret. You can create an ID/secret pair at:

  https://code.google.com/apis/console

To build this code sample from the command line, type:

  mvn compile

To run the code sample from the command line, enter the following:

  mvn exec:java

You'll need one or more video files in the working directory for the
code sample to work correctly.

About

Youtube_Up is a Java program that can be used to find all videos from a target directory recursively and automatically upload them to Youtube. It also stores the MD5 checksum of the uploaded files in a local DB in order to save the progress and not to upload suspected duplicates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages