yaydl is Yet Another Youtube Down Loader, written in Rust.

⌈⌋ ⎇ branch:  Yet Another Youtube (and more) Down Loader


Artifact [04da0f28e8]

Artifact 04da0f28e825b85bee6f5f76bbf2eaa4f0c97336792ba4da445911ebe6391134:

  • Executable file src/handlers.rs — part of check-in [1ce82b7c52] at 2024-11-12 11:51:49 on branch trunk — yaydl 0.17.0: Added support for generic mp4/mpg downloads. Accidentally fixes #21. (user: Cthulhux size: 805)

/*
 * The contents of this file are subject to the terms of the
 * Common Development and Distribution License, Version 1.0 only
 * (the "License").  You may not use this file except in compliance
 * with the License.
 *
 * See the file LICENSE in this distribution for details.
 * A copy of the CDDL is also available via the Internet at
 * http://www.opensource.org/licenses/cddl1.txt
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the contents of the LICENSE file from this
 * distribution.
 */

// Yet Another Youtube Down Loader
// - handlers.rs file -

mod generic_videofile;
mod porndoe;
mod pr0gramm;
mod spankbang;
mod vidoza;
mod vimeo;
mod vivo;
mod voe;
mod watchmdh;
mod xhamster;
mod youtube; // actually, invidious

// Add your own modules here.