Skip to content

Commit

Permalink
8.12-rc2 (#408 #410 #411 #413)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBindez committed Jan 13, 2025
1 parent 1e3863a commit 06c057e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/user/po_token.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion pytubefix/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "8.12-rc1"
__version__ = "8.12-rc2"

if __name__ == "__main__":
print(__version__)

0 comments on commit 06c057e

Please sign in to comment.