From 0931cc9db9d8a5831897ce8859a3a0a2a84a9b2f Mon Sep 17 00:00:00 2001 From: Mayank Date: Tue, 19 Nov 2019 15:52:35 +0530 Subject: [PATCH] Split into smaller files --- COPYRIGHT | 5 ----- DESCRIPTON | 5 ----- INSTALLATION | 0 3 files changed, 10 deletions(-) delete mode 100644 COPYRIGHT delete mode 100644 DESCRIPTON delete mode 100644 INSTALLATION diff --git a/COPYRIGHT b/COPYRIGHT deleted file mode 100644 index 4bf3535ef..000000000 --- a/COPYRIGHT +++ /dev/null @@ -1,5 +0,0 @@ - # COPYRIGHT - -youtube-dl is released into the public domain by the copyright holders. - -This README file was originally written by [Daniel Bolton](https://github.com/dbbolton) and is likewise released into the public domain. diff --git a/DESCRIPTON b/DESCRIPTON deleted file mode 100644 index 0e42fc9d7..000000000 --- a/DESCRIPTON +++ /dev/null @@ -1,5 +0,0 @@ - -# DESCRIPTION -**youtube-dl** is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. - - youtube-dl [OPTIONS] URL [URL...] diff --git a/INSTALLATION b/INSTALLATION deleted file mode 100644 index e69de29bb..000000000