Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
If you have a problem, create an issue rather than sending me an email otherwise the response time will be longer, Thanks.
Youtube_subscription_manager is an alternative to youtube.com to retrieve the videos of your subscriptions feed without requires an account (You can also recover the videos of other platform).
It can gather informations about every video in a playlist, a channel or your subsciptions feed and outputs it as a html page, a detailed list or a list of links.
git clone https://github.com/sawyerf/youtube-sm.git
cd youtube-sm
sudo python3 setup.py install
youtube-sm --init [file]
youtube-sm [OPTIONS]
-a URL Add a sub to your sub list.
-e Edit your sub list.
-h Print this help text and exit.
-l URL Analyze only one sub.
-m MODE Choose the type of the output file (html, json, raw, list).
-r Remove the cache.
-t DAYS Select how many DAYS ago the last content written to your file will be dated .
-v Verbose.
--af FILE Add a list of sub to your sub list.
--ax FILE Add a xml file in your sub list.
--cat View your subscriptions.
--css STYLE Export the css files (light, dark, switch).
--dead Show the dead channels + those who posted no videos.
--help Print this help text and exit.
--html Recover sub with html page instead of RSS. This method recover more videos.
--init FILE Remove all your subs and add new.
--loading Print a progress bar.
--old Show channels who didn't post videos since DAYS.
--output FILE Write the output in FILE.
--version Print version.
--test
youtube-sm
youtube-sm -t 30 --css --loading
youtube-sm -l https://www.youtube.com/channel/UC-lHJZR3Gqxm24_Vd_AJ5Yw -t -1 -m list --loading -r --output test.csv
youtube-sm -a https://www.youtube.com/channel/UC-lHJZR3Gqxm24_Vd_AJ5Yw
{date} {video_id} {channel_id} {title} {channel} {link_pic}
https://www.youtube.com/watch?v={video_id}
{views}
{
"url": {
"content": "https://www.youtube.com/watch?v=ID",
"image": "https://i.ytimg.com/vi/ID/mqdefault.jpg",
"uploader": "https://youtube.com/channel/ID"
},
"date": "2020-04-23 16:08:22",
"title": "Video Title",
"uploader": "Channel",
"views": "228283"
}
<!--NEXT -->
<div class="video">
<a class="left" href="{video_id}">
<div class="container">
<img src="{link_pic}">
<div class="bottom-right">{time}</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v={video_id}"><h4>{title}</h4> </a>
<a href="https://www.youtube.com/channel/{channel_id}"> <p>{channel}</p> </a>
<p>{date}</p>
<p class="clear"></p>
</div>
3 files are generated by the program : sub.swy
, log
and data/
.
sub.swy
is a list of yours subscriptions.log
contains the script's time of execution.data/
is a folder where the information for every video are stored.These 3 files are generated in:
C:\Users\<name>\.youtube_sm\
./home/<name>/.cache/youtube_sm/.
.FAQs
Youtube subscription manager
We found that youtube-sm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.