Skip to content

Instantly share code, notes, and snippets.

@Evanto
Evanto / get_captions.R
Created November 1, 2017 20:52
Download captions from YouTube videos
# ABOUT -------------------------------------------------------------------
# Author: Caio Lente (@ctlente)
# Date: 2017-06-14
# Descrption: Download captions from YouTube videos
# Captions by: http://ccsubs.com

Setup

Replace IRB with Pry (in your Gemfile) and Byebug with pry-byebug.

gem 'pry-rails', group: [:development, :test]
gem 'pry-byebug', group: [:development, :test]

Using PRY