mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-11-16 07:48:01 +01:00
bump version 2020.09.16
This commit is contained in:
parent
78895bd3a1
commit
17cb02d0c6
3 changed files with 4 additions and 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
|
||||
--ignore-dynamic-mpd Do not process dynamic DASH manifests
|
||||
|
||||
|
|
|
@ -256,6 +256,7 @@
|
|||
- **EllenTube**
|
||||
- **EllenTubePlaylist**
|
||||
- **EllenTubeVideo**
|
||||
- **Elonet**
|
||||
- **ElPais**: El País
|
||||
- **Embedly**
|
||||
- **EMPFlix**
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '2020.09.14'
|
||||
__version__ = '2020.09.16'
|
||||
|
|
Loading…
Reference in a new issue