From 17cb02d0c6a2c5dd277c8f3895e7b25d3908dbac Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 16 Sep 2020 13:55:35 +0200 Subject: [PATCH] bump version 2020.09.16 --- README.md | 3 ++- docs/supportedsites.md | 1 + youtube_dlc/version.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b15653c23..701c90c5b 100644 --- a/README.md +++ b/README.md @@ -469,4 +469,5 @@ Then simply type this (currently supported: srt|ass|vtt|lrc) ## Extractor Options: - --ignore-dynamic-mpd Do not process dynamic DASH manifests \ No newline at end of file + --ignore-dynamic-mpd Do not process dynamic DASH manifests + diff --git a/docs/supportedsites.md b/docs/supportedsites.md index eb0760bb6..10c12b87a 100644 --- a/docs/supportedsites.md +++ b/docs/supportedsites.md @@ -256,6 +256,7 @@ - **EllenTube** - **EllenTubePlaylist** - **EllenTubeVideo** + - **Elonet** - **ElPais**: El PaĆ­s - **Embedly** - **EMPFlix** diff --git a/youtube_dlc/version.py b/youtube_dlc/version.py index 5625b8324..eac5fabf1 100644 --- a/youtube_dlc/version.py +++ b/youtube_dlc/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.09.14' +__version__ = '2020.09.16'