Git Product home page Git Product logo

web's People

Contributors

dependabot[bot] avatar khoadng avatar liquidrekto avatar poiscript avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

web's Issues

Disappearing videos

Hello!

I was looking for a video but I couldn't find it on your site, and also realised there should be two thumbnails that are copies of each other but I found only one, a little search later I found them (V1, V2) and indeed they are not available.

And I had found another as I was writing this after comparing with their own schedule.

Hope I had pointed out something new.

Bug? Stream duration is still going up.

Noel's MonHun stream is still shown as ongoing despite it being otherwise. My guess is the issue comes from youtube banning/deleting it as it was live.

EDIT: 04/20, the stream has been reinstated and everything went back to normal.

Rogue video under YouTube schedule page

Hello, thanks for the great app/site. I've noticed for around a month or more now there is this rogue video "scheduled" in the past for Roboco. Not sure if that is just me or not but I figured I would report it. Thanks!

image

Feature request: graphs to visualize growth relative to lifetime subs/views

A nice way to visualize unusual growth patterns would be a point cloud with a simple linear average.

Simple Excel mockup:
image

Lifetime subs/views on x-axis, daily/weekly/monthly subs/views on the y-axis. Channel avatars used for the points. Mouse hovering over a single point reveals name and data.

The VTuber selection in settings can be used to include/exclude channels to visualize how outliers influence the average. (See the mockup with Gura pushing it upwards and Kaguya Luna pulling it down)

Alternatively, another possible trendline could be median instead of average.

Search by date/Criteria for vtubers

Is a "search by date" possible for the site? Or would it require too much time/overhaul as to be not worth it? (Search by month would be enough for me.)

What are the criteria for vtubers to be added to the "Others" tab? Since one of them seems to be "interact with Hololive members with some regularity", I'd nominate Pochimaru, Reine's artist, who started collabing with the Indonesian and English side,

Like Count History

Since Youtube have shit on the Live Viewer count at around 26th Dec onward, the live viewer count is not that relevant anymore. I suggest adding a Like count history for each video for better knowing how much viewer is actually watching the live stream. To further enhance the prediction, you can even add the youtube view count history right after the stream have ended, but that maybe too much for now.

p.s. If you don't know this issue, you can check out 【3DLIVE】この叫びを届けるためにーScreamー【#常闇トワ2周年記念】vs 【3DLIVE】桃鈴ねね x 星街すいせい x 常闇トワ Christmas Live【 #ねねすいトワクリスマスライブ 】Live viewer number history + total comment number.

Also, the proof of the vote court surpass live view court in 2 mins https://twitter.com/TeamYouTube/status/1477191674661122050

I can explain further if anyone need more explaination

HoloX Channels

Please add Hololive JP 6th Gen HoloX member channels as well.

Official channels missing and other

Hello!

The official channels for HoloStars, Indonesia and EN are missing from the lineup.

Also, since the China branch is possibly being dissolved but leaving the girls with their names, avatars, etc., will they be moved to the "Others" tab? (Maybe only if they stay independent?) (Cover hadn't announced anything yet, but individuals had already spoken. Civia, Doris and Artia (link2) ) And, tangentially related due to Artia, will Twitch data be included some time later?

頻道訂閱數未更新

如標題,"YouTube 頻道" 與 "Bilibili 頻道" 最後更新時間皆為 12/15 02:00
"YouTube 直播" 與 "YouTube 預定直播" 則正常運作
再麻煩確認了,謝謝

Inconsistency and missing numbers for streams.

Hi, not sure how supported the project is at the moment but currently there seems to be an ongoing issue with the live tracking of streams at times. It seems to affect most if not all streams during that time.

Since it seems to be from time to time and not a constant issue I guess it's either due to quota limits towards the Youtube api or some issues during any potential maintenance.

A suggestion for parsing Youtube subscriptions

The channel_stat will give out error when the subscription is intentionally hided by channel owner,
though that's not the case for Hololive.

I change the subscriber_count to an optional field in these two lines:
https://github.com/PoiScript/HoloStats/blob/master/server/src/requests/channels.rs#L34

-  subscriber_count:  String,
+  subscriber_count:  Option<String>,

https://github.com/PoiScript/HoloStats/blob/master/server/src/requests/channels.rs#L74

- subscriber_count: i32::from_str(&channel.statistics.subscriber_count).unwrap(),
+ subscriber_count: i32::from_str(&channel.statistics.subscriber_count.unwrap_or(String::from("0"))).unwrap(),

Shall I PR?

Can't open HoloStats anymore

It happened in the last few hours. I can see only this:

https://imgur.com/a/UykBJtg

Is it a cache issue or something else?

P.S. I love this tool, you did a great job

EDIT: No, it's not a cache issue, I had the same result in a fresh installation of Firefox.

Sunset cloudflare workers

Once #728 lands, we don't need to serve thumbnail from s3 any long, so it's good to remove cloudflare workers as well

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.