Skip to main content

No project description provided

Project description

Official repository: https://github.com/Brainicism/bgutil-ytdlp-pot-provider

BgUtils POT Provider

Docker Image Version (tag) GitHub Release PyPI - Version

A proof-of-origin token (POT) provider to be used alongside coletdjnz's POT plugin framework. We use LuanRT's Botguard interfacing library to generate the token.

This is used to bypass the 'Sign in to confirm you're not a bot' message when invoking yt-dlp from an IP address flagged by YouTube. See https://github.com/yt-dlp/yt-dlp-wiki/pull/40/files for more details.

The provider comes in two parts:

  1. Provider: Two options -
    • (a) An HTTP server that generates the POT, and has interfaces for the plugin to retrieve data from (easy setup + docker image provided)
    • (b) A POT generation script supplied via extractor arguments
  2. Provider plugin: uses POT plugin framework to retrieve data from the provider, allowing yt-dlp to simulate having passed the 'bot check'

Installation

[!CAUTION] This plugin is not ready for general use and is awaiting changes to be merged in yt-dlp for it to be functional. Follow https://github.com/yt-dlp/yt-dlp/pull/10648 for updates.

Base Requirements

If using Docker image for option (a) for the provider, the Docker runtime is required.

Otherwise, Node.js and Yarn are required. You will also need to clone the repository.

1. Set up the provider

There are two options for the provider, an always running POT generation HTTP server, and a POT generation script invoked when needed. The HTTP server option is simpler, and comes with a prebuilt Docker image. You only need to choose one option.

(a) HTTP Server Option

The provider is a Node.js HTTP server. You have two options of running it: as a prebuilt docker image, or manually as a node application.

Docker:

docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-provider

Native:

# replace 0.4.0 with the latest version, or a matching plugin
git clone --single-branch --branch 0.4.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git
cd bgutils-ytdlp-pot-provider/server/
yarn install --frozen-lockfile
npx tsc
node build/main.js
Server Endpoints/Environment Variables

Environment Variables

  • TOKEN_TTL: The time in hours for a PO token to be considered valid. While there are no definitive answers on how long a token is valid, it has been observed to be valid for atleast a couple of days. Default: 6

Endpoints

  • POST /get_pot: Accepts a visitor_data (unauthenticated), data_sync_id (authenticated) or an empty body in the request body. If no identifier is passed, a new unauthenticated visitor_data will be generated. Returns po_token and the associated identifier visit_identifier.
  • POST /invalidate_caches: Resets the PO token cache, forcing new tokens to be generated on next fetch.

(b) Generation Script Option

  1. Transpile the generation script to Javascript:
# Clone/extract the contents into your home directory (`~/` on Unix-based systems, `%USERPROFILE%` for Windows) if you want to use this method without needing to specify `getpot_bgutil_script` extractor argument on each yt-dlp invocation.
cd ~
# replace 0.4.0 with the latest version, or a matching plugin
git clone --single-branch --branch 0.4.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git
cd bgutils-ytdlp-pot-provider/server/
yarn install --frozen-lockfile
npx tsc
  1. Make sure node is available in your PATH.

2. Install the plugin

PyPI:

python3 -m pip install -U bgutil-ytdlp-pot-provider

This will automatically install coletdjnz's POT plugin framework if haven't installed it yet.

Manual:

  1. Make sure you have coletdjnz's POT plugin framework installed already (must be at least version 0.0.2 or newer).
  2. Download the latest release zip from releases. Install it by placing the zip into one of the plugin folders.

Usage

If using option (a) HTTP Server for the provider, and the default IP/port number, you can use yt-dlp like normal 🙂.

If you want to change the port number used by the provider server, use the --port option.

node build/main.js --port 8080

If changing the port or IP used for the provider server, pass it to yt-dlp via getpot_bgutil_baseurl

--extractor-args "youtube:getpot_bgutil_baseurl=http://127.0.0.1:8080"

If using option (b) script for the provider, with the default script location in your home directory (i.e: ~/bgutil-ytdlp-pot-provider), you can also use yt-dlp like normal.

If you installed the script in a different location, pass it as the extractor argument getpot_bgutil_script to youtube for each yt-dlp call.

--extractor-args "youtube:getpot_bgutil_script=$WORKSPACE/bgutil-ytdlp-pot-provider/server/build/generate_once.js"

If both methods are available for use, the option (b) script will be prioritized.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bgutil_ytdlp_pot_provider-0.5.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file bgutil_ytdlp_pot_provider-0.5.0.tar.gz.

File metadata

File hashes

Hashes for bgutil_ytdlp_pot_provider-0.5.0.tar.gz
Algorithm Hash digest
SHA256 96ce0499ebaf90e86b8301d9170309dc3cc4514804a7f09bd2c0d9e506113f66
MD5 bb06581b798a330a69b9fd6689dffd69
BLAKE2b-256 57574dbbc24e0a93006b688e67c36b7a20ed53159df8b0f3fbcb870d13310a19

See more details on using hashes here.

File details

Details for the file bgutil_ytdlp_pot_provider-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bgutil_ytdlp_pot_provider-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cb769b24c5044593b33ec687f4d4cd1b49348c9502d7f7bd5a45ba67a1dff237
MD5 300f7c0ee4ab075bf7f08a7da4f3a7fe
BLAKE2b-256 a76479726761da4f42d2df0ac753f1d94c373d40603f2143f79510d4f296e5ed

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page