mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 01:13:15 +00:00
bump version 2020.09.16
This commit is contained in:
parent
78895bd3a1
commit
17cb02d0c6
|
@ -469,4 +469,5 @@ ## Post-processing Options:
|
|||
(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 @@ # Supported sites
|
|||
- **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