mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[skip travis] versioning in pypi is fun..
This commit is contained in:
parent
ba5382e477
commit
92dcea3d94
2 changed files with 2 additions and 1 deletions
|
@ -673,6 +673,7 @@ # Supported sites
|
||||||
- **plus.google**: Google Plus
|
- **plus.google**: Google Plus
|
||||||
- **podomatic**
|
- **podomatic**
|
||||||
- **Pokemon**
|
- **Pokemon**
|
||||||
|
- **PokemonWatch**
|
||||||
- **PolskieRadio**
|
- **PolskieRadio**
|
||||||
- **PolskieRadioCategory**
|
- **PolskieRadioCategory**
|
||||||
- **Popcorntimes**
|
- **Popcorntimes**
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '2020.09.03rc1'
|
__version__ = '2020.09.03'
|
||||||
|
|
Loading…
Reference in a new issue