Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

A small collection of Python scripts to archive certain data from the internet

Notifications You must be signed in to change notification settings

lukaskollmer/archive_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

archive_scripts

A small collection of Python scripts to archive certain data from the internet

youtube.py

  • Download YouTube videos and move them to a folder of your choice. (You'll need to change the path in the code).
  • This script will read YouTube links from an Evernote note, download them and mark them as downloaded in the note.
  • You can add urls to the note using this Pythonista script
  • Note: you need to create a config.json file with the following contents:
{
  "auth_token" : "__YOUR_EVERNOTE_AUTH_TOKEN__",
  "note_guid"  : "__THE_GUID_OF_THE_NOTE_WHERE_YOU_STORE_THE_YOUTUBE_LINKS__"
}

About

A small collection of Python scripts to archive certain data from the internet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages