Yet Another Youtube Down Loader

⌈⌋ ⎇ branch:  yaydl


Artifact [556178b572]

Artifact 556178b57245ae25dd9eec34c8e0e763fe35673345ab4083b03d135c495273ce:

  • File src/handlers.rs — part of check-in [5568ac57ba] at 2021-01-06 18:55:00 on branch trunk — yaydl 0.3.0: Added VOE.sx support, updated regex, added file name trimming. (user: Cthulhux size: 667)

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

// Add your own modules here.