SkillAgentSearch skills...

Jwscraper

A python library for scraping videos from JW Player

Install / Use

/learn @morpheusthewhite/Jwscraper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

jwscraper

codacy coverage codacy code quality license contributions welcome

A simple python library for scraping videos url from JW players. Bypasses CloudFlare protection.

Installation

sudo python3 setup.py install

You also need to install Mozilla Firefox and its driver.

Usage example

from jwscraper import scrape_video, scrape_save_video
scrape_video(url, bypass_cloudflare=True)
scrape_save_video(url, filename=None, bypass_cloudflare=True)

The first function will return the url containing the video in the page whose url is passed; The second one will save the video in the page as filename if it is None, otherwise the name will be automatically chosen.

View on GitHub
GitHub Stars21
CategoryContent
Updated9mo ago
Forks9

Languages

Python

Security Score

87/100

Audited on Jun 11, 2025

No findings