code-charity / code-charity/youtube
always show "all videos"
@AnhChienVu is already working on this.
Since Dec 6, 2024.
- Dominant language
- JavaScript
- Stars
- 4.6k
- Forks
- 996
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 7
Description
Because of youtube problems, video count doesn't always show up, but "all videos" (next to channel name) doesn't require youtube resources, it should not be affected by video count
I think the scripts can be improved by
1 always show the link "all videos" (which links to the channel video page)
even when the video# cannot be retrieved
2 always show (or on/off in setting) a link to an external site which shows upload time and other data, for example
https://citizenevidence.amnestyusa.org/
case 1, upload time and date can be loaded
[channel name] [upload time] [all videos][=###] [view video data]
case 2, upload time and date cannot be loaded
[channel name] [all videos] [view video data]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.