Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [8f9d06d9b9]

Artifact 8f9d06d9b964bd591f4cd01a5022c73070943abd6dc211e89ff785bc6322bda2:

  • File src/handlers.rs — part of check-in [1bdfe0346e] at 2022-07-21 00:34:37 on branch trunk — yaydl 0.11: Added spankbang handler (cheers, @egdv from GitHub), updated dependencies. (user: Cthulhux size: 745) [more...]

/*
 * 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 porndoe;
mod spankbang;
mod vidoza;
mod vimeo;
mod vivo;
mod voe;
mod watchmdh;
mod xhamster;
mod youtube;

// Add your own modules here.