AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
213 stars 28 forks source link

Download a channel's videos #66

Closed gj94gj94ao4 closed 4 years ago

gj94gj94ao4 commented 4 years ago

I am a niconico channel member and I want to download all the videos on a channel. It's possible to download one of the video on a channel. So maybe you can add a support to fetch videos list on a channel list like below if you have some free time.

https://ch.nicovideo.jp/{channel}/video https://ch.nicovideo.jp/{channel}/video/pay https://ch.nicovideo.jp/{channel}/video/member

peace 🍡

AlexAplin commented 4 years ago

Sounds good, I'll try to add it soon.

AlexAplin commented 4 years ago

I added support for downloading all videos (/video).

gj94gj94ao4 commented 4 years ago

Sorry bother you again.

The URL of some channels have numbers.

e.t.c https://ch.nicovideo.jp/co1971385 https://ch.nicovideo.jp/tsukasashi2525ch

I'm not sure if it has underline also, so I don't add underline.

Here I add some pattern in it. 0-9 VALID_URL_RE = re.compile(r"(?:https?://(?:(?:(?:(ch|sp|www|seiga).)|(?:(live[0-9]?|cas).))?(?:(?:nicovideo.jp\/(watch|mylist|user|comic|seiga)?)(?(3)\/|))|nico.ms\/))((?:(?:[a-z]{2})?[0-9]+)|[0-9a-zA-z-]+)")

BTW I don't know how to use PR, sorry about that. :P