# tooru **Repository Path**: mirrors_emersion/tooru ## Basic Information - **Project Name**: tooru - **Description**: Archive and sync content you want to see twice - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tooru Archive and sync content you want to see twice. Inspired from one of [@SirCmpwn](https://github.com/SirCmpwn)'s articles : http://sircmpwn.github.io/2017/06/19/Archive-it-or-miss-it.html ## Usage Create a file named `sources` with one link per line and run `tooru`: ```bash mkdir ~/archives cd ~/archives echo "https://drewdevault.com" >> sources tooru ``` You can setup a cronjob to sync your archive periodically: ``` 0 0 * * 0 cd ~/archives && tooru ``` ## `sources` file format One URL per line, followed by options. ``` https://drewdevault.com https://www.youtube.com/watch?v=YE7VzlLtp-4 --extract-audio --audio-format=mp3 ``` ## Supported content * Everything that `youtube-dl` supports * Falls back to `wget` ## License MIT