Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [e4b0e64584]

Artifact e4b0e6458453a5d3331e077a20f98b2533ea7d5b23663b70185a0eb83acfbabe:

  • File src/handlers.rs — part of check-in [6ceec39cdd] at 2021-04-03 22:50:30 on branch trunk — yaydl 0.6.0 (yes, that was quick): Added support for Vidoza, updated ureq to version 2.1. (user: Cthulhux size: 703)

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

// Add your own modules here.