1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[vk] Add support for rutube embeds (Fixes #4514)

This commit is contained in:
Philipp Hagemeister
2015-01-04 03:15:27 +01:00
parent 2ccd1b10e5
commit 7a1818c99b
3 changed files with 41 additions and 0 deletions

View File

@@ -359,6 +359,7 @@ from .ruhd import RUHDIE
from .rutube import (
RutubeIE,
RutubeChannelIE,
RutubeEmbedIE,
RutubeMovieIE,
RutubePersonIE,
)