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.0.tar.gz
(3.2 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.0.tar.gz.
File metadata
- Download URL: lib_video_parser-1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16487b13ebb258b6eeddf67da43651f98a43f966eac9b168f2482071d2d52b42
|
|
| MD5 |
a09be71431f380e285337b7c566a68ef
|
|
| BLAKE2b-256 |
8ddcd298c03d68d478bd7a9a9d19a207d11d49ce4c27819ab56a3a4433b19882
|
File details
Details for the file lib_video_parser-1.0-py3-none-any.whl.
File metadata
- Download URL: lib_video_parser-1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
7fe335ca915d73896844a2644110fc415bfdb65a08ebfc174e04eae602d3efb6
|
|
| MD5 |
6413c08bbeac49d84b4a17ceec7c3561
|
|
| BLAKE2b-256 |
a2537413d6e6940b6728b936d3c2413844415a3899e1a839bc49d5a0c3b35c7f
|