Skip to content

Instantly share code, notes, and snippets.

View nikgoy's full-sized avatar
💭
Halleluyah!

Nikhil Goyal nikgoy

💭
Halleluyah!
  • Console
  • Delhi, India
View GitHub Profile
@nikgoy
nikgoy / clear-sidekiq-jobs.sh
Created February 10, 2022 17:24 — forked from wbotelhos/clear-sidekiq-jobs.sh
Clear Sidekiq Jobs
require 'sidekiq/api'
# 1. Clear retry set
Sidekiq::RetrySet.new.clear
# 2. Clear scheduled jobs
Sidekiq::ScheduledSet.new.clear
@nikgoy
nikgoy / YoutubeDownloader.md
Created September 5, 2021 21:52 — forked from sheharyarn/YoutubeDownloader.md
Download Videos from Youtube in (Ruby || PHP)

Youtube Downloaders

Download Youtube Videos using Ruby or PHP

Just copy the appropriate script, provide the video_id and run. It will list download links for different qualities and streams.

:P