@zetagoaurum-dev/straw 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/index.d.mts +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.js +88 -14
- package/dist/index.mjs +88 -14
- package/download test/Blue Archive - Maki (Camp) Live2D_HD.webm +0 -0
- package/download_test.js +46 -0
- package/downloaded_video.mp4 +0 -0
- package/find_keys.js +25 -0
- package/next_api_dump.json +34987 -0
- package/package.json +1 -1
- package/player_api_dump.json +2131 -0
- package/release.bat +4 -0
- package/src/scrapers/youtube.ts +103 -19
- package/straw/youtube.py +117 -15
- package/test_aqz.js +54 -0
- package/test_extract.js +41 -0
- package/test_metadata.js +33 -0
- package/test_next.js +53 -0
- package/tests/test.py +7 -3
- package/tests/test.ts +6 -3
- package/ytInitialData_dump.json +17156 -0
- package/straw/__pycache__/__init__.cpython-311.pyc +0 -0
- package/straw/__pycache__/client.cpython-311.pyc +0 -0
- package/straw/__pycache__/helpers.cpython-311.pyc +0 -0
- package/straw/__pycache__/media.cpython-311.pyc +0 -0
- package/straw/__pycache__/web.cpython-311.pyc +0 -0
- package/straw/__pycache__/youtube.cpython-311.pyc +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zetagoaurum-dev/straw",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Enterprise-grade unified JS/TS and Python scraping library for Web, YouTube, and Media (Images, Audio, Video, Documents)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|