https://github.com/peterdavehello/linetv-cralwer
A simple tool for downloading video from LINE TV
https://github.com/peterdavehello/linetv-cralwer
Last synced: 3 months ago
JSON representation
A simple tool for downloading video from LINE TV
- Host: GitHub
- URL: https://github.com/peterdavehello/linetv-cralwer
- Owner: PeterDaveHello
- License: mit
- Created: 2018-10-17T03:53:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:37:28.000Z (about 2 years ago)
- Last Synced: 2025-02-13T08:22:14.955Z (11 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linetv-cralwer
> A simple tool for downloading video from LINE TV
## Requirements
- python3
## Introduction
LINE TV provides high resolution video streaming with '.ts' format. ```linetv-crawler``` enables user to download whole video with single command.
## Usage
LINE TV divides single episode into several parts. Therefore, we need to find out the video's urls for each part.
The video's url can be found by using the develope mode of browser (Google Chrome). For example ```https:/tv-line.../x.ts?__gda__=...```
```
python3 linetv-crawler.py "url of part1" "url of part2" -p -o
```
## Others
- Fix inconsistent video length [tsMuxeR](https://www.videohelp.com/software/tsMuxeR)
- Convert ```.ts``` to ```.mkv```: ffmpeg
```
ffmpeg -i input.ts -c:v copy output.mkv
```
## Version
v1.0