diff --git a/build.sh b/build.sh index 8bf3680..866ce00 100755 --- a/build.sh +++ b/build.sh @@ -3,8 +3,8 @@ VERSION=8 MINOR=12 PATCH= -EXTRAVERSION="-rc1" -NOTES="(#408 #410 #411)" +EXTRAVERSION="-rc2" +NOTES="(#408 #410 #411 #413)" BRANCH="dev" if [[ -z $PATCH ]]; then diff --git a/docs/user/po_token.rst b/docs/user/po_token.rst index 58d8063..def5b71 100644 --- a/docs/user/po_token.rst +++ b/docs/user/po_token.rst @@ -8,7 +8,7 @@ The proof of origin (PO) token is a parameter that YouTube requires to be sent w This token is generated by BotGuard (Web) / DroidGuard (Android) to attest the requests are coming from a genuine client. This guide will be assuming the use of a PO Token generated by BotGuard, for use with the `web` client. Automatic PO Token generation with nodejs ---------------------------------------- +----------------------------------------- .. _nodejs: https://nodejs.org/en @@ -30,7 +30,7 @@ Pytubefix has the ability to generate a PoToken automatically, all you need to h If you don't have nodejs or can't install it, don't worry, it's possible to manually pass a PoToken. Manually acquiring a PO Token from a browser for use when logged out -------------------------------------------------------------------- +-------------------------------------------------------------------- This process involves manually obtaining a PO token generated from YouTube in a web browser and then manually passing it to pytubefix via the :code:`use_po_token=True` argument. Steps: @@ -73,6 +73,6 @@ If you are being detected as a bot even after passing the PoToken, there are onl If even after these attempts you continue to be detected, unfortunately there is nothing we can do. Do I need to do any configuration in nodejs? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ All you need to do is install nodejs_ and make sure to put it in your system path, pytubefix will automatically call it using the ``node`` environment variable \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7e91a41..d29e742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubefix" -version = "8.12-rc1" +version = "8.12-rc2" authors = [ { name="Juan Bindez", email="juanbindez780@gmail.com" }, ] diff --git a/pytubefix/version.py b/pytubefix/version.py index 02f862d..35ac5c4 100644 --- a/pytubefix/version.py +++ b/pytubefix/version.py @@ -1,4 +1,4 @@ -__version__ = "8.12-rc1" +__version__ = "8.12-rc2" if __name__ == "__main__": print(__version__) \ No newline at end of file