Giter VIP home page Giter VIP logo

chzzk-downloader's Introduction

Chzzk-downloader

A simple chzzk live stream downloader with python and ffmpeg.

TODO

  • Parse streamer's live status and show it on console.
  • Parse Live m3u8
  • Download video
  • Refactorize code
  • Save thumbnail
  • Type definition
  • Save chat logs as csv (for manage)
  • Automatically detect stream and start recording
  • Recording multi stream at once
  • GUI support

Installation

pip install -r requirements.txt

Usage

python main.py [-h] [-l LINK] [-u UUID] -o OUTPUT
usage: python main.py [-h] [-l LINK] [-u UUID] -o OUTPUT

원하는 치지직 스트리머의 생방송 영상을 자동으로 녹화하고 저장합니다.

optional arguments:
  -h, --help            show this help message and exit
  -l LINK, --link LINK  스트리머의 생방송 주소를 입력하세요.
  -u UUID, --uuid UUID  스트리머의 uuid를 입력하세요.
  -o OUTPUT, --output OUTPUT
                        녹화된 영상을 저장할 경로를 입력하세요.

mady by @d2n0s4ur

Example

python main.py -u dfffd9591264f43f4cbe3e2e3252c35c -o .

License

MIT

Author

@d2n0s4ur

Notice

본 파이썬 프로그램은 치지직 생방송을 녹화하고 저장하는 프로그램입니다.

동영상을 녹화하고 공유하는 행위는 저작권자의 동의를 받아야하며, 이 프로그램을 사용하여 생방송 영상을 녹화를 하거나 공유하는 행위에 대한 책임은 사용자에게 있습니다.

chzzk-downloader's People

Contributors

d2n0s4ur avatar

Watchers

 avatar

chzzk-downloader's Issues

Does not support new segment type(fragment)

Segment struct was modified.

before: audio frag, video frag
after: combined segments(like twitch)

Examples

#EXTM3U
#EXT-X-VERSION:7
#EXT-X-INDEPENDENT-SEGMENTS

#EXT-X-STREAM-INF:BANDWIDTH=8192000,CODECS="avc1.64002A,mp4a.40.2",RESOLUTION=1920x1080
hdntl=exp=1714675045~acl=*%2Fhtrwtujapkfu3lsg6gipodlm1lb5dztnw4%2F*~data=hdntl~hmac=30e095ef6901844187999542a894b56cbd9579fba855f3e0ae224152004436dd/hls_chunklist_1080p.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=5192000,CODECS="avc1.640028,mp4a.40.2",RESOLUTION=1280x720
hdntl=exp=1714675045~acl=*%2Fhtrwtujapkfu3lsg6gipodlm1lb5dztnw4%2F*~data=hdntl~hmac=30e095ef6901844187999542a894b56cbd9579fba855f3e0ae224152004436dd/hls_chunklist_720p.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1692000,CODECS="avc1.4D001F,mp4a.40.2",RESOLUTION=852x480
hdntl=exp=1714675045~acl=*%2Fhtrwtujapkfu3lsg6gipodlm1lb5dztnw4%2F*~data=hdntl~hmac=30e095ef6901844187999542a894b56cbd9579fba855f3e0ae224152004436dd/hls_chunklist_480p.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=992000,CODECS="avc1.4D001E,mp4a.40.2",RESOLUTION=640x360
hdntl=exp=1714675045~acl=*%2Fhtrwtujapkfu3lsg6gipodlm1lb5dztnw4%2F*~data=hdntl~hmac=30e095ef6901844187999542a894b56cbd9579fba855f3e0ae224152004436dd/hls_chunklist_360p.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=192000,CODECS="avc1.4D000C,mp4a.40.2",RESOLUTION=256x144
hdntl=exp=1714675045~acl=*%2Fhtrwtujapkfu3lsg6gipodlm1lb5dztnw4%2F*~data=hdntl~hmac=30e095ef6901844187999542a894b56cbd9579fba855f3e0ae224152004436dd/hls_chunklist_144p.m3u8

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.