From c670f56ca0429c298742afaf85756aa12c6d5013 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rog=C3=A9rio=20Brito?= Date: Mon, 1 Jul 2013 22:11:36 -0300 Subject: [PATCH] Fix description of the modularization. Git-Dch: Ignore --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 638cd29..8c42424 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,8 @@ youtube-dl (2013.06.34-1~1.gbp11c4ce) UNRELEASED; urgency=low + Add specific code for VEVO videos. + Modularize the code so that each site has its code in a respective file (usable as python modules, as, for instance, - youtube as `youtube_dl.extractor.youtube`). - + Modularize the code so that the downloading class is split into two: + `youtube_dl.extractor.youtube`). + + Modularize the code so that the downloading class is split in two: - YoutubeDL is the class that coordinates everything. - FileDownloader gets a filename and an info dict and downloads the video. -- 2.41.1