Merge pull request #1224 from mps-youtube/master

get changes from upstream
Esse commit está contido em:
Talha Asghar
2023-03-22 14:19:47 +05:00
commit de GitHub
2 arquivos alterados com 5 adições e 1 exclusões
+4
Ver Arquivo
@@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v2.10.2 (2023-03-22)
### Fix
* #837 crashes if the video is blocked by the copyright holder ([`c472c7a`](https://github.com/mps-youtube/yewtube/commit/c472c7a7e428122e147422df84a819b58e790455))
## v2.10.1 (2023-03-21)
### Fix
* #980 added pylast as dependency in req.txt ([`48cc757`](https://github.com/mps-youtube/yewtube/commit/48cc757a4e89c551d6bcbbe54614f11fedeabbe9))
+1 -1
Ver Arquivo
@@ -21,7 +21,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
with open('requirements.txt', 'r') as fh:
requirements = fh.readlines()
__version__ = "2.10.1"
__version__ = "2.10.2"
options = dict(
name="yewtube",