All Projects → bumbummen99 → southparkdownloader

bumbummen99 / southparkdownloader

Licence: GPL-3.0 license
A downloader for episodes from southpark.de

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to southparkdownloader

Pornhub Downloader
Bash Script for downloading content from PornHub (the easy way)
Stars: ✭ 87 (+248%)
Mutual labels:  downloader, youtube-dl
vdm
GUI for command-line video downloader (youtube-dl annie)
Stars: ✭ 1,911 (+7544%)
Mutual labels:  downloader, youtube-dl
Podify
Create podcasts from anything youtube-dl can handle
Stars: ✭ 111 (+344%)
Mutual labels:  downloader, youtube-dl
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+31556%)
Mutual labels:  downloader, youtube-dl
youtube-dl-batch
Simple batch files for simplifying basic usage of https://github.com/rg3/youtube-dl Windows .exe releases
Stars: ✭ 55 (+120%)
Mutual labels:  downloader, youtube-dl
Youtubevideodownloader
Download videos from YouTube and many other video sites
Stars: ✭ 39 (+56%)
Mutual labels:  downloader, youtube-dl
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+648%)
Mutual labels:  downloader, youtube-dl
URTube
URTube, a YouTube video to MP3 downloader built in NodeJs and Electron
Stars: ✭ 20 (-20%)
Mutual labels:  downloader, youtube-dl
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+420%)
Mutual labels:  downloader, youtube-dl
youtube-downloader-python
You can download the YouTube video for free and convert it to any extension you want.
Stars: ✭ 20 (-20%)
Mutual labels:  downloader, youtube-dl
Youtubedl Material
Self-hosted YouTube downloader built on Material Design
Stars: ✭ 731 (+2824%)
Mutual labels:  downloader, youtube-dl
Vividl
Modern Windows GUI for youtube-dl/ yt-dlp
Stars: ✭ 189 (+656%)
Mutual labels:  downloader, youtube-dl
Spotify Dl
Spotify Downloader and alternative of Spotdl(python) tool made in NodeJS based on youtube-dl
Stars: ✭ 427 (+1608%)
Mutual labels:  downloader, youtube-dl
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (+4516%)
Mutual labels:  downloader, youtube-dl
Pornhub Downloader Python
Download stuff from PH the easy way.
Stars: ✭ 408 (+1532%)
Mutual labels:  downloader, youtube-dl
Vdm
GUI for command-line video downloader (youtube-dl annie)
Stars: ✭ 1,910 (+7540%)
Mutual labels:  downloader, youtube-dl
youtube-dlc
Command-line program to download various media from YouTube.com and other sites
Stars: ✭ 1,225 (+4800%)
Mutual labels:  downloader, youtube-dl
openload dl
A python library and CLI tool that makes easy to download files from openload.co
Stars: ✭ 36 (+44%)
Mutual labels:  downloader, youtube-dl
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+816%)
Mutual labels:  downloader, youtube-dl
mmdl
MMDL (Mega Music Downloader) - A tool to easily download music.
Stars: ✭ 29 (+16%)
Mutual labels:  downloader, youtube-dl

SouthPark Downloader

Build Seasons NetCore Homepage

A small C# application to download all episodes from southpark.de using ffmpeg and youtube-dl. Feel free to kep the index up-to-date by creating a pull-request.

Important

This software is just a fancy wrapper around YouTubeDL and FFMPEG specifically created to download episoded from SouthPark.de, correctly sort the part files, stitch them together losslessly and then create a final episode file with the correct media tags and filename. This software does depend on the functionality of YouTubeDL and FFMPEG, YouTubeDL can break anytime due to it's nature in being dependet itself on the site you are trying to download from i.e. if SouthPark.de changes YouTubeDL can be incompatible. For these situations you might want to use the YouTubeDL Community Fork, a fork that incorporates fixes for YouTubeDL much faster. You can add the parameter ytdlc to the startup of SouthParkDL in order to use YouTubeDL Community instead of the official version on Windows. For other platforms, please follow the installation notes (just replace youtube-dl with youtube-dlc).

Requirements

Installation

Windows

The software requires Latest VC Redist x64 and x86 to be installed in order to function properly. Simply unzip the latest release and run the included executable, the software will automatically download and install its dependencies (portable) including youtube-dl and ffmpeg.

You can also use the GUI package which provides an easy to use installer and user interface.

Linux

You need to install ffmpeg and youtube-dl manually as the software depends on it.

sudo apt-get install ffmpeg youtube-dl

Download the latest release for your operating system and unzip it. You can run the software with the following command:

./SouthParkDownloaderNetCore

OSX

You need to install ffmpeg and youtube-dl as the software depends on it.

Download the latest release for your operating system and unzip it. You can run the software with the following command:

./SouthParkDownloaderNetCore

Commands

Most of the time the download command will be enough as it will download the episode parts and merge the resulting video files during process for you.

If you encounter any issues while downloading / merging an episode the programm should continue fine. You can run the command download again to redownload incomplete episodes or process to merge unmerged parts.

If you don't encounter any bugs there is no need to update the software every time you use it, you should definitely if you are going for a full download. In order to update the episode list / database simply use the command index update. If the current index is broken or outdated (which i hope is not) you can fix the index file manually and re-index it with the command index.

download

Downloads all episodes in the episodes list. The command will download all parts and merge them accordingly, deleting unecessary files.

process

Merges unmerged video parts. Use this command if the software encounters a problem during the download process.

index

Reloads the index by reading the local index file.

index update

Replaces the local index with an up-to-date version from this repository and reloads it.

Collaborators

bumbummen99
Patrick

Contributors

bumbummen99
Patrick
NicoVIII
NicoVIII
TH42
TH42
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].