diff options
author | Unknown <blackjack4494@web.de> | 2020-09-16 13:55:35 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-16 13:55:35 +0200 |
commit | 17cb02d0c6a2c5dd277c8f3895e7b25d3908dbac (patch) | |
tree | 161ba3674814048ea79556f925e3eb2bca7aedb5 | |
parent | 78895bd3a101642fbdadffab27abae0d655b16c9 (diff) | |
download | hypervideo-pre-17cb02d0c6a2c5dd277c8f3895e7b25d3908dbac.tar.lz hypervideo-pre-17cb02d0c6a2c5dd277c8f3895e7b25d3908dbac.tar.xz hypervideo-pre-17cb02d0c6a2c5dd277c8f3895e7b25d3908dbac.zip |
bump version 2020.09.16
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | docs/supportedsites.md | 1 | ||||
-rw-r--r-- | youtube_dlc/version.py | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -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' |