YouTube Split is an application for ripping full-length albums off youtube
The program works by downloading the description of a video. If the video has timestamps in the description paired with song names, YouTube Split can read this data. The program pattern matches the description:
Example Pattern:
{TIMESTAMP} {ARTIST} - {SONG}
matches 3:01 The Beatles - With a Little Help From my Friends
A track listing is automatically generated by the program. Track titles, artists, and album names can be edited next. The cover art can also be changed. The user must then select an audio format and bitrate to save as, along with a target directory.
Finally, after hitting download, the program outputs each song to the target folder as separate files. Each of the filenames are fully formatted and each file comes with metadata info along with cover art. This means that other programs and devices can recognize these music files.
YouTube-Split is licensed under the GNU General Public License v3.0, also included in this repository in the LICENSE file.