# lyp_pv **Repository Path**: mirrors_daimajia/lyp_pv ## Basic Information - **Project Name**: lyp_pv - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # parse_video version 0.5.9.0 `parse_video` is used to get video information (video file download URL) from some web sites. ## Description **Supported** (6) + *271* (`4K`) + *letv* (1080p) + *hunantv* (*720p*) + *tvsohu* (`4K` h265) + *pptv* (`1080p` *high bitrate*) + *vqq* (1080p) ## Install `parse_video` runs under `python 3.5`. ## Usage ``` $ ./pv --help Usage: parsev [OPTION]... URL parse_video: get video info from some web sites. -i, --min HD set min hd number for video formats -M, --max HD set max hd --i-min INDEX set min index number for part video files --i-max INDEX set max index -e, --extractor EXTRACTOR set extractor (and extractor arguments) -m, --method METHOD set method (and method arguments) -o, --output FILE write result (video info) to file (default to stdout) --more FILE input more info from file to enable more mode --network-timeout-s set timeout (second) to network operations -d, --debug set log level to debug -q, --quiet set log level to quiet --help display this help and exit --version output version information and exit --license show license information and exit More information online: $ ``` ## Tests Please run `make test` ## LICENSE ``` $ ./pv --license parse_video : get video info from some web sites. Copyright (C) 2015-2016 sceext This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . $ ```