askbuddie / YTBackup

Better Backup Strategy For Your Youtube Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Contributors

Better Backup Strategy For Your Youtube Videos.

Python script to make JSON directory tree and downloading Youtube videos inside that folder automatically.

ℹ️ What Does it Do?

YTBackup is an efficient backup technique for your youtube video folders. let say you have tons of youtube videos which you downloaded from any online YouTube video downloaders like ssyoutube, 9xyoutube etc etc. and you want to make a backup for it. so YTBackup will automatically create a JSON (Javascript Object Notation) file containing all the videos you have in the folder with their respective titles, and resolution like this {["videos\\myvideotitle.mp4", 720]}.

YTBackup Restores all the videos as the same folder structure previously have which is a great thing about it.


πŸ’Ύ Get Started

  • clone this repo by typing this command in terminal
git clone https://github.com/askbuddie/YTBackup.git
  • you also have to install the dependencies for running YTBackup by running
pip install -r requirements.txt
  • when you have the YTbackup.py file. simply run the .py file in terminal and you will be prompted to add some info about the file path / folder path. just follow the steps
>> D:\CAM Files\Python\OS>YTBackup.py --backup

now YTBackup.py expects an arguments to be passed which defines what proccess you are doing, restore or backup.

if you wanna do backup use --backup

and if you wanna restore use --restore

now once you do --backup you can save the json file in some other place safe, and by doing --restore you can also restore the videos.


❀️ Contribution

You wanna contribute to the project? Great to hear that.

please refer to our Contribution Guide here


:octocat: Author

  • Ask Buddie

Thanks to Ashish for giving me an opportunity to contribute on AskBuddie

❀️ AskBuddie

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Anurag Hazra
Anurag Hazra

πŸ’» πŸ“– 🎨 πŸ€” 🚧 πŸ”§
Mahesh C. Regmi
Mahesh C. Regmi

πŸ’»
ABrynelsen
ABrynelsen

πŸ“– πŸ›
Ashish Yadav
Ashish Yadav

πŸ“– 🚧
Pradeep Bhattarai
Pradeep Bhattarai

πŸ“– πŸ›

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Better Backup Strategy For Your Youtube Videos.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%