Library for parse video files
Project description
lib_video_parser
lib_video_parser это библиотека Python для получения информации с сайта
Установка из PyPI
pip install lib_video_parser
Использование репозитория GitHub
git clone https://github.com/YuranIgnatenko/lib_video_parser.git
cd lib_video_parser
pip install .
Пример использования
import lib_video_parser.parser as lib
import asyncio
url = lib.URL_HOME
parser = lib.Parser(url)
for item in parser.get_files_page(1):
print(str(item))
print(parser.get_count_pages(), "count_pages")
print(parser.get_count_all_files(), "count_all_files")
print(parser.get_random_page_all_categories(), "random_page_all_categories")
print(parser.get_random_page_on_category(lib.URL_HOME), "random_page_on_category")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lib_video_parser-1.1.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lib_video_parser-1.1.tar.gz.
File metadata
- Download URL: lib_video_parser-1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c24db236cf352b61ee99d40eb17bf4978735dca62a598380f3ab989ea00d5112
|
|
| MD5 |
98ce60be0ad7ed506fbf1ee4ddb91a48
|
|
| BLAKE2b-256 |
4808755f125d3bead4e2d55a019be070bd53550a6a22cb26ac849a1d5eafd1de
|
File details
Details for the file lib_video_parser-1.1-py3-none-any.whl.
File metadata
- Download URL: lib_video_parser-1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae05547dd825d7c059223a5346104572fdf41778ac8e31aa9524bd7f02118af2
|
|
| MD5 |
2da869f8de23bcadfa923f1c12a0a9cf
|
|
| BLAKE2b-256 |
b77d5a51c36192137e3bac17637293b8565c928e6a4db302268aadf78f166082
|