├── .gitignore ├── 01_1_import_rick_and_morty_transcripts_and_subs.R ├── 01_2_rick_and_morty_tidy_data_principles.R ├── 01_rick_and_morty ├── rick_and_morty_links_all_seasons.csv ├── rick_and_morty_subs.csv ├── subtitles │ ├── S01_E01_Pilot.zip │ ├── S01_E02_Lawnmower_Dog.zip │ ├── S01_E03_Anatomy_Park.zip │ ├── S01_E04_M_Night_ShaymAliens.zip │ ├── S01_E05_Meeseeks_and_Destroy.zip │ ├── S01_E06_Rick_Potion_9.zip │ ├── S01_E07_Raising_Gazorpazorp.zip │ ├── S01_E08_Rixty_Minutes.zip │ ├── S01_E09_Something_Ricked_This_Way_Comes.zip │ ├── S01_E10_Close_Rickcounters_of_the_Rick_Kind.zip │ ├── S01_E11_Ricksy_Business.zip │ ├── S02_E01_A_Rickle_in_Time.zip │ ├── S02_E02_Mortynight_Run.zip │ ├── S02_E03_Auto_Erotic_Assimilation.zip │ ├── S02_E04_Total_Rickall.zip │ ├── S02_E05_Get_Schwifty.zip │ ├── S02_E06_The_Ricks_Must_Be_Crazy.zip │ ├── S02_E07_Big_Trouble_in_Little_Sanchez.zip │ ├── S02_E08_Interdimensional_Cable_2_Tempting_Fate.zip │ ├── S02_E09_Look_Whos_Purging_Now.zip │ ├── S02_E10_The_Wedding_Squanchers.zip │ ├── S03_E01_The_Rickshank_Rickdemption.zip │ ├── S03_E02_Rickmancing_the_Stone.zip │ ├── S03_E03_Pickle_Rick.zip │ ├── S03_E04_Vindicators_3_The_Return_of_Worldender.zip │ ├── S03_E05_The_Whirly_Dirly_Conspiracy.zip │ ├── S03_E06_Rest_and_Ricklaxation.zip │ ├── S03_E07_The_Ricklantis_Mixup.zip │ ├── S03_E08_Mortys_Mind_Blowers.zip │ ├── S03_E09_The_ABCs_of_Beth.zip │ └── S03_E10_The_Rickchurian_Mortydate.zip └── subtitles_extraction │ ├── S01_E01_Pilot │ └── rick.and.morty.s01e01.720p.hdtv.x264-2hd-eng.srt │ ├── S01_E02_Lawnmower_Dog │ └── Rick and Morty S01E02 HDTV x264-eng.srt │ ├── S01_E03_Anatomy_Park │ └── Rick.and.Morty.S01E03.HDTV.x264-KILLERS-eng.srt │ ├── S01_E04_M_Night_ShaymAliens │ └── rick.and.morty.s01e04.hdtv.x264-killers-eng.srt │ ├── S01_E05_Meeseeks_and_Destroy │ └── Rick.and.Morty.S01E05.HDTV.x264-2HD-eng.srt │ ├── S01_E06_Rick_Potion_9 │ └── Rick and Morty - 1x06 - Rick Potion .9.HDTV.2HD.en.srt │ ├── S01_E07_Raising_Gazorpazorp │ └── RIck And Morty.S01E07.720p.BRRip.AC3.5.1.x264 - sHDb-eng.srt │ ├── S01_E08_Rixty_Minutes │ └── RIck And Morty.S01E08.720p.BRRip.AC3.5.1.x264 - sHDb-eng.srt │ ├── S01_E09_Something_Ricked_This_Way_Comes │ └── Rick and Morty S01E09 Something Ricked (1280x720) .Phr0stY.-eng.srt │ ├── S01_E10_Close_Rickcounters_of_the_Rick_Kind │ └── Rick.And.Morty.S01E10.HDTV.x264-MiNDTHEGAP-eng.srt │ ├── S01_E11_Ricksy_Business │ └── Rick.And.Morty.S01E11.HDTV.x264-2HD.srt │ ├── S02_E01_A_Rickle_in_Time │ └── Rick.and.Morty.S02E01.720p.BluRay.X264-REWARD.srt │ ├── S02_E02_Mortynight_Run │ └── Rick.and.Morty.S02E02.720p.BluRay.X264-REWARD.srt │ ├── S02_E03_Auto_Erotic_Assimilation │ └── Rick.and.Morty.S02E03.Auto.Erotic.Assimilation.1080p.WEB-DL.DD5.1.H.264-RARBG-eng.srt │ ├── S02_E04_Total_Rickall │ └── Rick.and.Morty.S02E04.720p.BluRay.X264-REWARD.srt │ ├── S02_E05_Get_Schwifty │ └── Rick.and.Morty.S02E05.Get.Schwifty.1080p.WEB-DL.DD5.1.H.264-RARBG.srt │ ├── S02_E06_The_Ricks_Must_Be_Crazy │ └── Rick.and.Morty.S02E06.720p.BluRay.X264-REWARD.srt │ ├── S02_E07_Big_Trouble_in_Little_Sanchez │ └── Rick.and.Morty.S02E07.720p.BluRay.X264-REWARD.srt │ ├── S02_E08_Interdimensional_Cable_2_Tempting_Fate │ └── Rick.and.Morty.S02E08.720p.BluRay.X264-REWARD.srt │ ├── S02_E09_Look_Whos_Purging_Now │ └── Rick.and.Morty.S02E09.720p.BluRay.X264-REWARD.srt │ ├── S02_E10_The_Wedding_Squanchers │ └── Rick.and.Morty.S02E10.The.Wedding.Squanchers.1080p.WEB-DL.DD5.1.H.264-RARBG.srt │ ├── S03_E01_The_Rickshank_Rickdemption │ └── Rick.and.Morty.S03E01.The.Inside.Out.720p.AS.WEBRip.AAC2.0.H.264-monkee.srt │ ├── S03_E02_Rickmancing_the_Stone │ └── Rick.and.Morty.S03E02.720p.HDTV.x264-BATV-eng.srt │ ├── S03_E03_Pickle_Rick │ └── Rick.and.Morty.S03E03.720p.HDTV.x264-BATV.srt │ ├── S03_E04_Vindicators_3_The_Return_of_Worldender │ └── Rick.and.Morty.S03E04.HDTV.x264-BATV.srt │ ├── S03_E05_The_Whirly_Dirly_Conspiracy │ └── Rick.and.Morty.S03E05. - 720p.HDTV.x264-BATV - HI.srt │ ├── S03_E06_Rest_and_Ricklaxation │ └── Rick.and.Morty.S03E06.HDTV.x264-BATV.HI.srt │ ├── S03_E07_The_Ricklantis_Mixup │ └── Rick.and.Morty.S03E07.The Ricklantis Mixup 1080p.iT.WEB-DL.DD5.1.AAC2.0.H.264-lilmighty.srt │ ├── S03_E08_Mortys_Mind_Blowers │ └── Rick.and.Morty.S03E08 - Morty's Mind Blowers.HDTV.x264-BATV - HI.srt │ ├── S03_E09_The_ABCs_of_Beth │ └── Rick.and.Morty.S03E09.HDTV.x264-BATV.CHI.srt │ └── S03_E10_The_Rickchurian_Mortydate │ └── Rick.and.Morty.S03E10.HDTV.x264-BATV (CHI).srt ├── 02_import_other_shows_subtitles.R ├── 02_other_shows_subtitles ├── archer │ ├── subtitles │ │ ├── S01_E01_Mole_Hunt.zip │ │ ├── S01_E02_Training_Day.zip │ │ ├── S01_E03_Diversity_Hire.zip │ │ ├── S01_E04_Killing_Utne.zip │ │ ├── S01_E05_Honeypot.zip │ │ ├── S01_E06_Skorpio.zip │ │ ├── S01_E07_Skytanic.zip │ │ ├── S01_E08_The_Rock.zip │ │ ├── S01_E09_Job_Offer.zip │ │ ├── S01_E10_Dial_M_for_Mother.zip │ │ ├── S02_E01_Swiss_Miss.zip │ │ ├── S02_E02_A_Going_Concern.zip │ │ ├── S02_E03_Blood_Test.zip │ │ ├── S02_E04_Pipeline_Fever.zip │ │ ├── S02_E05_The_Double_Deuce.zip │ │ ├── S02_E06_Tragical_History.zip │ │ ├── S02_E07_Movie_Star.zip │ │ ├── S02_E08_Stage_Two.zip │ │ ├── S02_E09_Placebo_Effect.zip │ │ ├── S02_E10_El_Secuestro.zip │ │ ├── S02_E11_Jeu_Monegasque.zip │ │ ├── S02_E12_White_Nights.zip │ │ ├── S02_E13_Double_Trouble.zip │ │ ├── S03_E01_Heart_of_Archness_Part_I.zip │ │ ├── S03_E02_Heart_of_Archness_Part_II.zip │ │ ├── S03_E03_Heart_of_Archness_Part_III.zip │ │ ├── S03_E04_The_Man_from_Jupiter.zip │ │ ├── S03_E05_El_Contador.zip │ │ ├── S03_E06_The_Limited.zip │ │ ├── S03_E07_Drift_Problem.zip │ │ ├── S03_E08_Lo_Scandalo.zip │ │ ├── S03_E09_Bloody_Ferlin.zip │ │ ├── S03_E10_Crossing_Over.zip │ │ ├── S03_E11_Skin_Game.zip │ │ ├── S03_E12_Space_Race_Part_I.zip │ │ ├── S03_E13_Space_Race_Part_II.zip │ │ ├── S04_E01_Fugue_and_Riffs.zip │ │ ├── S04_E02_The_Wind_Cries_Mary.zip │ │ ├── S04_E03_Legs.zip │ │ ├── S04_E04_Midnight_Ron.zip │ │ ├── S04_E05_Viscous_Coupling.zip │ │ ├── S04_E06_Once_Bitten.zip │ │ ├── S04_E07_Live_and_Let_Dine.zip │ │ ├── S04_E08_Coyote_Lovely.zip │ │ ├── S04_E09_The_Honeymooners.zip │ │ ├── S04_E10_Un_Chien_Tangerine.zip │ │ ├── S04_E11_The_Papal_Chase.zip │ │ ├── S04_E12_Sea_Tunt_Part_1.zip │ │ ├── S04_E13_Sea_Tunt_Part_2.zip │ │ ├── S05_E01_White_Elephant.zip │ │ ├── S05_E02_Archer_Vice_A_Kiss_While_Dying.zip │ │ ├── S05_E03_Archer_Vice_A_Debt_of_Honor.zip │ │ ├── S05_E04_Archer_Vice_House_Call.zip │ │ ├── S05_E05_Archer_Vice_Southbound_and_Down.zip │ │ ├── S05_E06_Archer_Vice_Baby_Shower.zip │ │ ├── S05_E07_Archer_Vice_Smugglers_Blues.zip │ │ ├── S05_E08_Archer_Vice_The_Rules_of_Extraction.zip │ │ ├── S05_E09_Archer_Vice_On_the_Carpet.zip │ │ ├── S05_E10_Archer_Vice_Palace_Intrigue__Part_I.zip │ │ ├── S05_E11_Archer_Vice_Palace_Intrigue_Part_II.zip │ │ ├── S05_E12_Archer_Vice_Filibuster.zip │ │ ├── S05_E13_Archer_Vice_ArrivalDeparture.zip │ │ ├── S06_E01_The_Holdout.zip │ │ ├── S06_E02_Three_to_Tango.zip │ │ ├── S06_E03_The_Archer_Sanction.zip │ │ ├── S06_E04_Edies_Wedding.zip │ │ ├── S06_E05_Vision_Quest.zip │ │ ├── S06_E06_Sitting.zip │ │ ├── S06_E07_Nellis.zip │ │ ├── S06_E08_The_Kanes.zip │ │ ├── S06_E09_Pocket_Listing.zip │ │ ├── S06_E10_Reignition_Sequence.zip │ │ ├── S06_E11_Achub_y_Morfilod.zip │ │ ├── S06_E12_Drastic_Voyage_Part_1.zip │ │ ├── S06_E13_Drastic_Voyage_Part_2.zip │ │ ├── S07_E01_The_Figgis_Agency.zip │ │ ├── S07_E02_The_Handoff.zip │ │ ├── S07_E03_Deadly_Prep.zip │ │ ├── S07_E04_Motherless_Child.zip │ │ ├── S07_E05_Bel_Panto_Part_I.zip │ │ ├── S07_E06_Bel_Panto_Part_II.zip │ │ ├── S07_E07_Double_Indecency.zip │ │ ├── S07_E08_Liquid_Lunch.zip │ │ ├── S07_E09_Deadly_Velvet_Part_1.zip │ │ ├── S07_E10_Deadly_Velvet_Part_2.zip │ │ ├── S08_E01_Archer_Dreamland_No_Good_Deed.zip │ │ ├── S08_E02_Archer_Dreamland_Berenice.zip │ │ ├── S08_E03_Archer_Dreamland_Jane_Doe.zip │ │ ├── S08_E04_Archer_Dreamland_Ladyfingers.zip │ │ ├── S08_E05_Archer_Dreamland_Sleepers_Wake.zip │ │ ├── S08_E06_Archer_Dreamland_Waxing_Gibbous.zip │ │ ├── S08_E07_Archer_Dreamland_Gramercy_Halberd.zip │ │ └── S08_E08_Archer_Dreamland_Auflösung.zip │ └── subtitles_extraction │ │ ├── S01_E01_Mole_Hunt │ │ └── Archer.S01E01.Training.Day.720p.WEB-DL.DD5.1.AVC-DON-eng.srt │ │ ├── S01_E02_Training_Day │ │ └── Archer.S01E02.HDTV.XviD-LiLDiCK.srt │ │ ├── S01_E03_Diversity_Hire │ │ └── Archer.S01E03.HDTV.2HD.srt │ │ ├── S01_E04_Killing_Utne │ │ └── Archer.S01E04.HDTV.XviD-SYS.srt │ │ ├── S01_E05_Honeypot │ │ └── Archer.S01E05.HDTV.XviD-SYS.srt │ │ ├── S01_E06_Skorpio │ │ └── Archer.S01E06.HDTV.XviD-SYS.srt │ │ ├── S01_E07_Skytanic │ │ └── Archer.S01E07.HDTV.XviD-SYS.srt │ │ ├── S01_E08_The_Rock │ │ └── Archer.S01E08.HDTV.XviD-SYS.srt │ │ ├── S01_E09_Job_Offer │ │ └── Archer.S01E09.HDTV.XviD-SYS.srt │ │ ├── S01_E10_Dial_M_for_Mother │ │ └── Archer.S01E10.HDTV.XviD-XII.srt │ │ ├── S02_E01_Swiss_Miss │ │ └── Archer.2009.S02E01.DVDRip.XviD-REWARD.eng.srt │ │ ├── S02_E02_A_Going_Concern │ │ └── Archer.S02E02.A.Going.Concern.720p.WEB-DL.DD5.1.h.264-PiLAF.srt │ │ ├── S02_E03_Blood_Test │ │ └── Archer.S02E03.HDTV.XviD-FQM.srt │ │ ├── S02_E04_Pipeline_Fever │ │ └── Archer.S02E04.Pipeline.Fever.720p.WEB-DL.DD5.1.h.264-PiLAF.srt │ │ ├── S02_E05_The_Double_Deuce │ │ └── Archer.2009.S02E05.DVDRip.XviD-REWARD.eng.srt │ │ ├── S02_E06_Tragical_History │ │ └── Archer.2009.S02E06.DVDRip.XviD-REWARD.eng.srt │ │ ├── S02_E07_Movie_Star │ │ └── Archer.2009.S02E07.Movie.Star.HDTV.XviD-FQM.srt │ │ ├── S02_E08_Stage_Two │ │ └── Archer.2009.S02E08.DVDRip.XviD-REWARD.eng.srt │ │ ├── S02_E09_Placebo_Effect │ │ └── Archer.2009.S02E09.HDTV.XviD-ASAP.1.srt │ │ ├── S02_E10_El_Secuestro │ │ └── Archer 2x10 - El Secuestro.srt │ │ ├── S02_E11_Jeu_Monegasque │ │ └── archer.2009.s02e11.dvdrip.xvid-reward.srt │ │ ├── S02_E12_White_Nights │ │ └── Archer.2009.S02E12.DVDRip.XviD-REWARD.eng.srt │ │ ├── S02_E13_Double_Trouble │ │ └── Archer.2009.S02E13.DVDRip.XviD-REWARD.eng.srt │ │ ├── S03_E01_Heart_of_Archness_Part_I │ │ └── Archer - 03x01 - Heart of Archness_ Part I.LOL.English.HI.C.orig.Addic7ed.com.srt │ │ ├── S03_E02_Heart_of_Archness_Part_II │ │ └── Archer - 03x02 - Heart of Archness- Part II.ASAP.English.HI.C.updated.Addic7ed.com.srt │ │ ├── S03_E03_Heart_of_Archness_Part_III │ │ └── Archer.S03E03.The.Limited.720p.WEB-DL.DD5.1.H.264-CtrlHD.srt │ │ ├── S03_E04_The_Man_from_Jupiter │ │ └── Archer - 03x04 - The Man From Jupiter.ASAP.English.C.orig.Addic7ed.com.srt │ │ ├── S03_E05_El_Contador │ │ └── Archer - 03x05 - El Contador.FQM.English.C.orig.Addic7ed.com.srt │ │ ├── S03_E06_The_Limited │ │ └── Archer - 03x06 - The Limited.2HD.English.C.orig.Addic7ed.com.srt │ │ ├── S03_E07_Drift_Problem │ │ └── archer.2009.s03e07.dvdrip.xvid-demand-eng.srt │ │ ├── S03_E08_Lo_Scandalo │ │ └── Archer - 03x08 - Lo Scandalo.ASAP.English.C.orig.Addic7ed.com.srt │ │ ├── S03_E09_Bloody_Ferlin │ │ └── Archer - 03x09 - Bloody Ferlin.FQM.English.C.orig.Addic7ed.com.srt │ │ ├── S03_E10_Crossing_Over │ │ └── Archer - 03x10 - Crossing Over.FQM.English.C.orig.Addic7ed.com.srt │ │ ├── S03_E11_Skin_Game │ │ └── Archer - 03x11 - Skin Game.PROPER COMPULSiON.English.C.orig.Addic7ed.com.srt │ │ ├── S03_E12_Space_Race_Part_I │ │ └── Archer - 03x12 - Space Race (1).FQM.English.C.orig.Addic7ed.com.srt │ │ ├── S03_E13_Space_Race_Part_II │ │ └── Archer - 03x10 - Space Race (2).ASAP.English.HI.C.orig.Addic7ed.com.srt │ │ ├── S04_E01_Fugue_and_Riffs │ │ └── Archer - 04x01 - Fugue and Riffs.ASAP.HI.srt │ │ ├── S04_E02_The_Wind_Cries_Mary │ │ └── Archer - 04x02 - The Wind Cries Mary.2HD.HI.srt │ │ ├── S04_E03_Legs │ │ └── Archer.S04E03.HDTV.x264-2HD.srt │ │ ├── S04_E04_Midnight_Ron │ │ └── Archer.2009.S04E04.HDTV.x264-ASAP.HI.srt │ │ ├── S04_E05_Viscous_Coupling │ │ └── Archer.2009.S04E05.PROPER.HDTV.x264-2HD-eng.srt │ │ ├── S04_E06_Once_Bitten │ │ └── Archer.2009.S04E06.HDTV.x264-2HD.srt │ │ ├── S04_E07_Live_and_Let_Dine │ │ └── Archer - 04x07 - Live and Let Dine.PROPER EVOLVE.English.HI.C.orig.Addic7ed.com.srt │ │ ├── S04_E08_Coyote_Lovely │ │ └── Archer.2009.S04E08.HDTV.x264-ASAP.srt │ │ ├── S04_E09_The_Honeymooners │ │ └── Archer - 04x09 - The Honeymooners.1080pweb-dl.English.HI.C.orig.Addic7ed.com.srt │ │ ├── S04_E10_Un_Chien_Tangerine │ │ └── Archer.2009.S04E10.HDTV.x264-2HD.srt │ │ ├── S04_E11_The_Papal_Chase │ │ └── Archer.2009.S04E11.The.Papal.Chase.720p.WEB-DL.x264.AAC-eng.srt │ │ ├── S04_E12_Sea_Tunt_Part_1 │ │ └── Archer.2009.S04E12.HDTV.x264-EVOLVE.srt │ │ ├── S04_E13_Sea_Tunt_Part_2 │ │ └── Archer.2009.S04E13.Sea.Tunt.Part.2.WEB-DL.x264.AAC-eng.srt │ │ ├── S05_E01_White_Elephant │ │ └── Archer.2009.S05E01.White.Elephant.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E02_Archer_Vice_A_Kiss_While_Dying │ │ └── Archer.2009.S05E02.A.Kiss.While.Dying.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E03_Archer_Vice_A_Debt_of_Honor │ │ └── Archer.2009.S05E03.A.Debt.of.Honor.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E04_Archer_Vice_House_Call │ │ └── Archer.2009.S05E04.House.Call.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E05_Archer_Vice_Southbound_and_Down │ │ └── Archer.2009.S05E05.Southbound.and.Down.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E06_Archer_Vice_Baby_Shower │ │ └── Archer.2009.S05E06.Baby.Shower.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E07_Archer_Vice_Smugglers_Blues │ │ └── Archer.S05E07.WEB-DL.x264.Hun.Eng-Krissz.en.srt │ │ ├── S05_E08_Archer_Vice_The_Rules_of_Extraction │ │ └── Archer.2009.S05E08.The.Rules.of.Extraction.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E09_Archer_Vice_On_the_Carpet │ │ └── Archer.2009.S05E09.On.the.Carpet.WEB-DL.x264.AAC.srt │ │ ├── S05_E10_Archer_Vice_Palace_Intrigue__Part_I │ │ └── Archer.2009.S05E10.Palace.Intrigue.Part.1.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E11_Archer_Vice_Palace_Intrigue_Part_II │ │ └── Archer.2009.S05E11.Palace.Intrigue.Part.2.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E12_Archer_Vice_Filibuster │ │ └── Archer.2009.S05E12.Filibuster.720p.WEB-DL.x264.AAC.srt │ │ ├── S05_E13_Archer_Vice_ArrivalDeparture │ │ └── Archer.2009.S05E13.Arrival.Departure.720p.WEB-DL.x264.AAC.srt │ │ ├── S06_E01_The_Holdout │ │ └── Archer.2009.S06E01.The.Holdout.720p.WEB-DL.x264.AAC.srt │ │ ├── S06_E02_Three_to_Tango │ │ └── Archer.2009.S06E02.HDTV.x264-KILLERS.srt │ │ ├── S06_E03_The_Archer_Sanction │ │ └── Archer.2009.S06E03.HDTV.x264-KILLERS.srt │ │ ├── S06_E04_Edies_Wedding │ │ └── Archer (2009) - S06E04 - Edie's Wedding.srt │ │ ├── S06_E05_Vision_Quest │ │ └── Archer.2009.S06E05.Vision.Quest.1080p.WEB-DL.DD5.1.H.264-BS.srt │ │ ├── S06_E06_Sitting │ │ └── Archer.2009.S06E06.Sitting.1080p.WEB-DL.DD5.1.H.264-BS.srt │ │ ├── S06_E07_Nellis │ │ └── Archer.S06E07.HDTV.x264-KILLERS.srt │ │ ├── S06_E08_The_Kanes │ │ └── Archer.S06E08.HDTV.x264-KILLERS.srt │ │ ├── S06_E09_Pocket_Listing │ │ └── Archer.2009.S06E09.Pocket.Listing.1080p.WEB-DL.DD5.1.H.264-BS.srt │ │ ├── S06_E10_Reignition_Sequence │ │ └── Archer.2009.S06E10.Reignition.Sequence.720p.WEB-DL.x264.AAC.srt │ │ ├── S06_E11_Achub_y_Morfilod │ │ └── Archer.2009.S06E11.Achub.Y.Morfilod.720p.WEB-DL.x264.AAC.srt │ │ ├── S06_E12_Drastic_Voyage_Part_1 │ │ └── Archer.2009.S06E12.Drastic.Voyage.Part.1.720p.WEB-DL.x264.AAC.srt │ │ ├── S06_E13_Drastic_Voyage_Part_2 │ │ └── Archer.2009.S06E13.Drastic.Voyage.Part.2.WEB-DL.x264.AAC.srt │ │ ├── S07_E01_The_Figgis_Agency │ │ └── Archer - 07x01 - The Figgis Agency.KILLERS.English.HI.C.edit.Addic7ed.com.srt │ │ ├── S07_E02_The_Handoff │ │ └── Archer - 07x02 - The Handoff.KILLERS.English.HI.C.edit.Addic7ed.com.srt │ │ ├── S07_E03_Deadly_Prep │ │ └── Archer.S07E03.HDTV.x264.KILLERS.srt │ │ ├── S07_E04_Motherless_Child │ │ └── Archer.2009.S07E04.Motherless.Child.DVDRip.x264-PFa.srt │ │ ├── S07_E05_Bel_Panto_Part_I │ │ └── Archer.2009.S07E05.720p.HDTV.x264-AVS.Hi.srt │ │ ├── S07_E06_Bel_Panto_Part_II │ │ └── Archer.2009.S07E06.Bell.Panto.Part.II.DVDRip.x264-PFa.srt │ │ ├── S07_E07_Double_Indecency │ │ └── Archer - 07x07 - Double Indecency.720p WEB-DL.English.HI.C.edit.Addic7ed.com.srt │ │ ├── S07_E08_Liquid_Lunch │ │ └── Archer - 07x08 - Liquid Lunch.DEFiNE.English.HI.C.orig.Addic7ed.com.srt │ │ ├── S07_E09_Deadly_Velvet_Part_1 │ │ └── Archer - 07x09 - Deadly Velvet, Part 1.FLEET.English.HI.C.orig.Addic7ed.com.srt │ │ ├── S07_E10_Deadly_Velvet_Part_2 │ │ └── Archer 2009 S07E10 HDTV x264-FLEET.Hi.srt │ │ ├── S08_E01_Archer_Dreamland_No_Good_Deed │ │ └── Archer.(2009).S08E01.Archer.Dreamland-.No.Good.Deed.WEBDL-1080p.x264.AC3.EN.sdh.eng.srt │ │ ├── S08_E02_Archer_Dreamland_Berenice │ │ └── Archer.2009.S08E02 - Archer Dreamland_Bernice.WEB-DL.x264-RARBG - HI.srt │ │ ├── S08_E03_Archer_Dreamland_Jane_Doe │ │ └── Archer.2009.S08E03 - Archer Dreamland_Jane Doe.HDTV.x264-SVA-HI.srt │ │ ├── S08_E04_Archer_Dreamland_Ladyfingers │ │ └── Archer.S08E04 - Ladyfingers.720p.WEB-DL.DD5.1.H264-RARBG - HI.srt │ │ ├── S08_E05_Archer_Dreamland_Sleepers_Wake │ │ └── Archer.2009.S08E05 - Archer Dreamland_Sleepers.720p.WEB-DL.DD5.1.H264-RARBG - HI.srt │ │ ├── S08_E06_Archer_Dreamland_Waxing_Gibbous │ │ └── Archer.2009.S08E06 - Archer Dreamland_Waxing Gibbous.720p.WEB-DL.DD5.1.H264-RARBG -HI.srt │ │ ├── S08_E07_Archer_Dreamland_Gramercy_Halberd │ │ └── Archer.2009.S08E07 - Archer Dreamland_Gramarcy, Halberd.WEB-DL.x264-RARBG - HI.srt │ │ └── S08_E08_Archer_Dreamland_Auflösung │ │ └── Archer.2009.S08E08.REPACK - Archer Dreamland_Auflösung.HDTV.x264-SVA - HI.srt ├── archer_links_all_seasons.csv ├── archer_subs.csv ├── bojack_horseman │ ├── subtitles │ │ ├── S01_E01_BoJack_Horseman_The_BoJack_Horseman_Story_Chapter_One.zip │ │ ├── S01_E02_BoJack_Hates_the_Troops.zip │ │ ├── S01_E03_Prickly_Muffin.zip │ │ ├── S01_E04_Zoës_and_Zeldas.zip │ │ ├── S01_E05_Live_Fast_Diane_Nguyen.zip │ │ ├── S01_E06_Our_AStory_Is_a_D_Story.zip │ │ ├── S01_E07_Say_Anything.zip │ │ ├── S01_E08_The_Telescope.zip │ │ ├── S01_E09_Horse_Majeure.zip │ │ ├── S01_E10_One_Trick_Pony.zip │ │ ├── S01_E11_Downer_Ending.zip │ │ ├── S01_E12_Later.zip │ │ ├── S02_E00_BoJack_Horseman_Christmas_Special_Sabrinas_Christmas_Wish.zip │ │ ├── S02_E01_Brand_New_Couch.zip │ │ ├── S02_E02_Yesterdayland.zip │ │ ├── S02_E03_Still_Broken.zip │ │ ├── S02_E04_After_the_Party.zip │ │ ├── S02_E05_Chickens.zip │ │ ├── S02_E06_Higher_Love.zip │ │ ├── S02_E07_Hank_After_Dark.zip │ │ ├── S02_E08_Lets_Find_Out.zip │ │ ├── S02_E09_The_Shot.zip │ │ ├── S02_E10_Yes_And.zip │ │ ├── S02_E11_Escape_from_LA.zip │ │ ├── S02_E12_Out_to_Sea.zip │ │ ├── S03_E01_Start_Spreading_the_News.zip │ │ ├── S03_E02_The_BoJack_Horseman_Show.zip │ │ ├── S03_E03_BoJack_Kills.zip │ │ ├── S03_E04_Fish_Out_of_Water.zip │ │ ├── S03_E05_Love_AndOr_Marriage.zip │ │ ├── S03_E06_Brrap_Brrap_Pew_Pew.zip │ │ ├── S03_E07_Stop_the_Presses.zip │ │ ├── S03_E08_Old_Acquaintance.zip │ │ ├── S03_E09_Best_Thing_That_Ever_Happened.zip │ │ ├── S03_E10_Its_You.zip │ │ ├── S03_E11_Thats_Too_Much_Man.zip │ │ ├── S03_E12_That_Went_Well.zip │ │ ├── S04_E01_See_Mr_Peanutbutter_Run.zip │ │ ├── S04_E02_The_Old_Sugarman_Place.zip │ │ ├── S04_E03_Hooray_Todd_Episode.zip │ │ ├── S04_E04_Commence_Fracking.zip │ │ ├── S04_E05_Thought_and_Prayers.zip │ │ ├── S04_E06_Stupid_Piece_of_Sht.zip │ │ ├── S04_E07_Underground.zip │ │ ├── S04_E08_The_Judge.zip │ │ ├── S04_E10_lovin_that_cali_lifestyle.zip │ │ ├── S04_E11_Times_Arrow.zip │ │ └── S04_E12_What_Time_Is_It_Right_Now.zip │ └── subtitles_extraction │ │ ├── S01_E01_BoJack_Horseman_The_BoJack_Horseman_Story_Chapter_One │ │ └── bojack.horseman.s01e01.720p.webrip.x264-w4f.HI.srt │ │ ├── S01_E02_BoJack_Hates_the_Troops │ │ └── bojack.horseman.s01e02.720p.webrip.x264-w4f.srt │ │ ├── S01_E03_Prickly_Muffin │ │ └── bojack.horseman.s01e03.720p.webrip.x264-w4f.srt │ │ ├── S01_E04_Zoës_and_Zeldas │ │ └── bojack.horseman.s01e04.720p.webrip.x264-w4f.srt │ │ ├── S01_E05_Live_Fast_Diane_Nguyen │ │ └── bojack.horseman.s01e05.720p.webrip.x264-w4f.srt │ │ ├── S01_E06_Our_AStory_Is_a_D_Story │ │ └── bojack.horseman.s01e06.720p.webrip.x264-w4f.srt │ │ ├── S01_E07_Say_Anything │ │ └── bojack.horseman.s01e07.720p.webrip.x264-w4f.srt │ │ ├── S01_E08_The_Telescope │ │ └── bojack.horseman.s01e08.720p.webrip.x264-w4f.srt │ │ ├── S01_E09_Horse_Majeure │ │ └── bojack.horseman.s01e09.720p.webrip.x264-w4f.srt │ │ ├── S01_E10_One_Trick_Pony │ │ └── bojack.horseman.s01e10.720p.webrip.x264-w4f.srt │ │ ├── S01_E11_Downer_Ending │ │ └── bojack.horseman.s01e11.720p.webrip.x264-w4f.srt │ │ ├── S01_E12_Later │ │ └── bojack.horseman.s01e12.720p.webrip.x264-w4f.srt │ │ ├── S02_E00_BoJack_Horseman_Christmas_Special_Sabrinas_Christmas_Wish │ │ └── Bojack.horseman.s02e11.escape.from.l.a.1080p.nf.webrip.dd5.1.x264-ntb-11_track3_eng.srt │ │ ├── S02_E01_Brand_New_Couch │ │ └── BoJack.Horseman.S02E01.Brand.New.Couch.1080p.NF.WEBRip.DD5.1.x264-SNEAkY.srt │ │ ├── S02_E02_Yesterdayland │ │ └── BoJack.Horseman.S02E02.Yesterdayland.WEBRip.x264-Zed-eng.srt │ │ ├── S02_E03_Still_Broken │ │ └── BoJack.Horseman.S02E03.Still.Broken.WEBRip.x264-Zed.eng.srt │ │ ├── S02_E04_After_the_Party │ │ └── BoJack.Horseman.S02E04.After.Party.WEBRip.x264-Zed-eng.srt │ │ ├── S02_E05_Chickens │ │ └── BoJack.Horseman.S02E05.SNEAkY.en.srt │ │ ├── S02_E06_Higher_Love │ │ └── BoJack.Horseman.S02E06.Higher.Love.WEBRip.x264-Zed.srt │ │ ├── S02_E07_Hank_After_Dark │ │ └── BoJack Horseman - 02x07 - Hank After Dark.en.srt │ │ ├── S02_E08_Lets_Find_Out │ │ └── BoJack.Horseman.S02E08.Lets.Find.Out.1080p.NF.WEBRip.DD5.1.x264-SNEAkY.srt │ │ ├── S02_E09_The_Shot │ │ └── BoJack.Horseman.S02E09.WEBRip.SNEAkY.en.srt │ │ ├── S02_E10_Yes_And │ │ └── BoJack.Horseman.S02E10.Yes.And.WEBRip.x264-Zed-eng.srt │ │ ├── S02_E11_Escape_from_LA │ │ └── BoJack.Horseman.S02E11.Escape.from.LA.WEBRip.x264-Zed.eng.srt │ │ ├── S02_E12_Out_to_Sea │ │ └── BoJack.Horseman.S02E12.Out.to.Sea.WEBRip.x264-Zed.eng.srt │ │ ├── S03_E01_Start_Spreading_the_News │ │ └── Bojack.Horseman.S03E01.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E02_The_BoJack_Horseman_Show │ │ └── Bojack.Horseman.S03E02.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E03_BoJack_Kills │ │ └── Bojack.Horseman.S03E03.720p.WEBRip.X264-DEFLATE.srt │ │ ├── S03_E04_Fish_Out_of_Water │ │ └── Bojack.Horseman.S03E04.720p.WEBRip.X264-DEFLATE.srt │ │ ├── S03_E05_Love_AndOr_Marriage │ │ └── Bojack.Horseman.S03E05.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E06_Brrap_Brrap_Pew_Pew │ │ └── Bojack.Horseman.S03E06.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E07_Stop_the_Presses │ │ └── Bojack.Horseman.S03E07.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E08_Old_Acquaintance │ │ └── Bojack.Horseman.S03E08.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E09_Best_Thing_That_Ever_Happened │ │ └── Bojack.Horseman.S03E09.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E10_Its_You │ │ └── Bojack.Horseman.S03E10.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E11_Thats_Too_Much_Man │ │ └── Bojack.Horseman.S03E11.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S03_E12_That_Went_Well │ │ └── Bojack.Horseman.S03E12.720p.WEBRip.X264-DEFLATE_HI.srt │ │ ├── S04_E01_See_Mr_Peanutbutter_Run │ │ └── Bojack.Horseman.S04E01 - Episode_4.1-WEBRip.x264-RARBG - HI.srt │ │ ├── S04_E02_The_Old_Sugarman_Place │ │ └── Bojack.Horseman.S04E02 - Episode_4.2-WEBRip.x264-RARBG.srt │ │ ├── S04_E03_Hooray_Todd_Episode │ │ └── Bojack.Horseman.S04E03 - Episode_4.3-WEBRip.x264-RARBG.srt │ │ ├── S04_E04_Commence_Fracking │ │ └── Bojack.Horseman.S04E04 - Episode_4.4-WEBRip.x264-RARBG.srt │ │ ├── S04_E05_Thought_and_Prayers │ │ └── Bojack.Horseman.S04E05 - Episode_4.5-WEBRip.x264-RARBG.srt │ │ ├── S04_E06_Stupid_Piece_of_Sht │ │ └── Bojack.Horseman.S04E06 - Episode 4.6-WEBRip.x264-RARBG.srt │ │ ├── S04_E07_Underground │ │ └── Bojack.Horseman.S04E07 - Underground.WEBRip.x264-RARBG.srt │ │ ├── S04_E08_The_Judge │ │ └── Bojack.Horseman.S04E08 - Episode_4.8-WEBRip.x264-RARBG.srt │ │ ├── S04_E10_lovin_that_cali_lifestyle │ │ └── Bojack.Horseman.S04E10 - lovin that cali lifestyle.WEBRip.x264-RARBG.srt │ │ ├── S04_E11_Times_Arrow │ │ └── Bojack.Horseman.S04E11 - Time's Arrow.WEBRip.x264-RARBG - HI.srt │ │ └── S04_E12_What_Time_Is_It_Right_Now │ │ └── Bojack.Horseman.S04E12 - What Time Is It Right Now.WEBRip.x264-RARBG - HI.srt ├── bojack_horseman_links_all_seasons.csv ├── bojack_horseman_subs.csv ├── gravity_falls │ ├── subtitles │ │ ├── S01_E01_Tourist_Trapped.zip │ │ ├── S01_E02_The_Legend_of_the_Gobblewonker.zip │ │ ├── S01_E03_Headhunters.zip │ │ ├── S01_E04_The_Hand_That_Rocks_the_Mabel.zip │ │ ├── S01_E05_The_Inconveniencing.zip │ │ ├── S01_E06_Dipper_vs_Manliness.zip │ │ ├── S01_E07_Double_Dipper.zip │ │ ├── S01_E08_Irrational_Treasure.zip │ │ ├── S01_E09_The_Time_Travelers_Pig.zip │ │ ├── S01_E10_Fight_Fighters.zip │ │ ├── S01_E11_Little_Dipper.zip │ │ ├── S01_E12_Summerween.zip │ │ ├── S01_E13_Boss_Mabel.zip │ │ ├── S01_E14_Bottomless_Pit.zip │ │ ├── S01_E15_The_Deep_End.zip │ │ ├── S01_E16_Carpet_Diem.zip │ │ ├── S01_E17_Boyz_Crazy.zip │ │ ├── S01_E18_Land_Before_Swine.zip │ │ ├── S01_E19_Dreamscaperers.zip │ │ ├── S01_E20_Gideon_Rises.zip │ │ ├── S02_E01_Scaryoke.zip │ │ ├── S02_E02_Into_the_Bunker.zip │ │ ├── S02_E03_The_Golf_War.zip │ │ ├── S02_E04_Sock_Opera.zip │ │ ├── S02_E05_Soos_and_the_Real_Girl.zip │ │ ├── S02_E06_Little_Gift_Shop_of_Horrors.zip │ │ ├── S02_E07_Society_of_the_Blind_Eye.zip │ │ ├── S02_E08_Blendins_Game.zip │ │ ├── S02_E09_The_Love_God.zip │ │ ├── S02_E10_Northwest_Mansion_Mystery.zip │ │ ├── S02_E11_Not_What_He_Seems.zip │ │ ├── S02_E12_A_Tale_of_Two_Stans.zip │ │ ├── S02_E13_Dungeons_Dungeons__More_Dungeons.zip │ │ ├── S02_E14_Stanchurian_Candidate.zip │ │ ├── S02_E15_The_Last_Mabelcorn.zip │ │ ├── S02_E16_Roadside_Attraction.zip │ │ ├── S02_E17_Dipper__Mabel_vs_the_Future.zip │ │ ├── S02_E18_Weirdmageddon_Part_1.zip │ │ ├── S02_E19_Weirdmageddon_2_Escape_from_Reality.zip │ │ └── S02_E20_Weirdmageddon_3_Take_Back_the_Falls.zip │ └── subtitles_extraction │ │ ├── S01_E01_Tourist_Trapped │ │ └── Gravity Falls - 101 - Tourist Trapped .Oj.-eng.srt │ │ ├── S01_E02_The_Legend_of_the_Gobblewonker │ │ └── Gravity.Falls.S01E02.The.Legend.of.the.Gobblewonker.1080p.WEB-DL.AAC2.0.H.264-iT00NZ-eng.srt │ │ ├── S01_E03_Headhunters │ │ └── Gravity.Falls.S01E03.Headhunters.1080p.WEB-DL.AAC2.0.H.264-iT00NZ-eng.srt │ │ ├── S01_E04_The_Hand_That_Rocks_the_Mabel │ │ └── Gravity.Falls.S01E04.The.Hand.That.Rocks.the.Mabel.720p.WEB-DL.AAC2.0.H264-Reaperza-eng.srt │ │ ├── S01_E05_The_Inconveniencing │ │ └── Gravity Falls - 105 - The Inconveniencing .Oj.srt │ │ ├── S01_E06_Dipper_vs_Manliness │ │ └── Gravity Falls s01e06 Dipper vs Manliness.srt │ │ ├── S01_E07_Double_Dipper │ │ └── Gravity.Falls.S01E07.Double.Dipper.1080p.WEB-DL.AAC2.0.H.264-iT00NZ-eng.srt │ │ ├── S01_E08_Irrational_Treasure │ │ └── Gravity Falls - 108 - Irrational Treasure .Oj.srt │ │ ├── S01_E09_The_Time_Travelers_Pig │ │ └── Gravity Falls - 109 - Time Travelers Pig .Oj.srt │ │ ├── S01_E10_Fight_Fighters │ │ └── Gravity Falls - 01x10 - Fight Fighters.WEB-DL.English.updated.Addic7ed.com.srt │ │ ├── S01_E11_Little_Dipper │ │ └── Gravity.Falls.S01E11.srt │ │ ├── S01_E12_Summerween │ │ └── Gravity.Falls.S01E12.srt │ │ ├── S01_E13_Boss_Mabel │ │ └── Gravity.Falls.S01E13.Boss.Mabel.1080p.WEB-DL.AAC2.0.H.264-iT00NZ.srt │ │ ├── S01_E14_Bottomless_Pit │ │ └── Gravity.Falls.S01E14.Bottomless.Pit.720p.WEB-DL.AAC2.0.H.264-iT00NZ-eng.srt │ │ ├── S01_E15_The_Deep_End │ │ └── Gravity Falls - 01x15 - The Deep End.iT00NZ.English.orig.Addic7ed.com.srt │ │ ├── S01_E16_Carpet_Diem │ │ └── Gravity Falls - 01x16 - Carpet Diem.iT00NZ.English.orig.Addic7ed.com.srt │ │ ├── S01_E17_Boyz_Crazy │ │ └── Gravity.Falls.S01E17.Boyz.Crazy.720p-Strajow.srt │ │ ├── S01_E18_Land_Before_Swine │ │ └── Gravity.Falls.S01E18.Land.Before.Swine.1080p.WEB-DL.AAC2.0.H.264-iT00NZ.srt │ │ ├── S01_E19_Dreamscaperers │ │ └── Gravity Falls s01e19 Dreamscaperers-eng.srt │ │ ├── S01_E20_Gideon_Rises │ │ └── 20 Gideon Rises-eng.srt │ │ ├── S02_E01_Scaryoke │ │ └── Gravity Falls - 02x01 - Scary-Oke.WEB-DL.English.HI.orig.Addic7ed.com.srt │ │ ├── S02_E02_Into_the_Bunker │ │ └── Gravity.Falls.S02E02.Into.The.Bunker.1080p.WEB-DL.AAC2.0.H.265.HEVC.srt │ │ ├── S02_E03_The_Golf_War │ │ └── Gravity.Falls.S02E03.The.Golf.War.1080p.WEB-DL.AAC2.0.H.264-iT00NZ.srt │ │ ├── S02_E04_Sock_Opera │ │ └── Gravity.Falls.S02E04.Sock.Opera.1080p.WEB-DL.AAC2.0.H.265.HEVC.srt │ │ ├── S02_E05_Soos_and_the_Real_Girl │ │ └── Gravity.Falls.S02E05.Soos.and.The.Real.Girl.1080p.WEB-DL.AAC2.0.H.265.HEVC.srt │ │ ├── S02_E06_Little_Gift_Shop_of_Horrors │ │ └── Gravity.Falls.S02E06.Little.Gift.Shop.of.Horrors.1080p.WEB-DL.AAC2.0.H.265.HEVC.srt │ │ ├── S02_E07_Society_of_the_Blind_Eye │ │ └── Gravity.Falls.S02E07.Society.of.The.Blind.Eye.1080p.WEB-DL.AAC2.0.H.265.HEVC.srt │ │ ├── S02_E08_Blendins_Game │ │ └── Gravity.Falls.S02E08.Blendins.Game.1080p.WEB-DL.AAC2.0.H.265.HEVC.srt │ │ ├── S02_E09_The_Love_God │ │ └── Gravity.Falls.S02E09.The.Love.God.1080p.WEB-DL.AAC2.0.H.264-iT00N.srt │ │ ├── S02_E10_Northwest_Mansion_Mystery │ │ └── Gravity.Falls.S02E10.Northwest.Mansion.Mystery.1080p.WEB-DL.AAC2.0.H.264-iT00NZ.srt │ │ ├── S02_E11_Not_What_He_Seems │ │ └── Gravity Falls 2x11 Not What He Seems.srt │ │ ├── S02_E12_A_Tale_of_Two_Stans │ │ └── Gravity.Falls.S02E12.A.Tale.of.Two.Stans.1080p.WEBRip.AAC.2.0.CC-Tulio.srt │ │ ├── S02_E13_Dungeons_Dungeons__More_Dungeons │ │ └── Gravity.Falls.S02E13.HDTV.x264-BATV-eng(1).srt │ │ ├── S02_E14_Stanchurian_Candidate │ │ └── Gravity Falls - S02E14 - The Stanchurian Candidate.WEB-DL.English.srt │ │ ├── S02_E15_The_Last_Mabelcorn │ │ └── Gravity.Falls.S02E15.The.Last.Mabelcorn.1080p.WEB-DL.AAC2.0.H.264-iT00NZ.srt │ │ ├── S02_E16_Roadside_Attraction │ │ └── Gravity Falls s02e16 Roadside Attraction-eng.srt │ │ ├── S02_E17_Dipper__Mabel_vs_the_Future │ │ └── AliQ. Gravity Falls S02E17 Dipper and Mable Vs The Future .1080p;WEB-DL x264.-eng.srt │ │ ├── S02_E18_Weirdmageddon_Part_1 │ │ └── gravity.falls.s02e18.hdtv.x264-w4f.srt │ │ ├── S02_E19_Weirdmageddon_2_Escape_from_Reality │ │ └── Gravity.Falls.S02E19.Weirdmageddon.Pt.2.Escape.From.Reality.1080p.WEB-DL.AAC2.0.H.264-iT00NZ1.srt │ │ └── S02_E20_Weirdmageddon_3_Take_Back_the_Falls │ │ └── gravity.falls.s02e20.720p.hdtv.x264-w4f1.srt ├── gravity_falls_links_all_seasons.csv ├── gravity_falls_subs.csv ├── stranger_things │ ├── subtitles │ │ ├── S01_E01_The_Vanishing_of_Will_Byers.zip │ │ ├── S01_E02_The_Weirdo_on_Maple_Street.zip │ │ ├── S01_E03_Holly_Jolly.zip │ │ ├── S01_E04_The_Body.zip │ │ ├── S01_E05_The_Flea_and_the_Acrobat.zip │ │ ├── S01_E06_The_Monster.zip │ │ ├── S01_E07_The_Bathtub.zip │ │ ├── S01_E08_The_Upside_Down.zip │ │ ├── S02_E01_MADMAX.zip │ │ ├── S02_E02_Trick_or_Treat_Freak.zip │ │ ├── S02_E03_The_Pollywog.zip │ │ ├── S02_E04_Will_the_Wise.zip │ │ ├── S02_E05_Dig_Dug.zip │ │ ├── S02_E06_The_Spy.zip │ │ ├── S02_E07_The_Lost_Sister.zip │ │ ├── S02_E08_The_Mind_Flayer.zip │ │ └── S02_E09_The_Gate.zip │ └── subtitles_extraction │ │ ├── S01_E01_The_Vanishing_of_Will_Byers │ │ └── Stranger.Things.S01E01.720p.WEBRip.x264-SKGTV.srt │ │ ├── S01_E02_The_Weirdo_on_Maple_Street │ │ └── Stranger.Things.S01E02.720p.WEBRip.x264-SKGTV.srt │ │ ├── S01_E03_Holly_Jolly │ │ └── Stranger.Things.S01E03.720p.WEBRip.x264-SKGTV.srt │ │ ├── S01_E04_The_Body │ │ └── Stranger.Things.S01E04.720p.WEBRip.x264-SKGTV.srt │ │ ├── S01_E05_The_Flea_and_the_Acrobat │ │ └── Stranger.Things.S01E05.720p.WEBRip.x264-SKGTV.srt │ │ ├── S01_E06_The_Monster │ │ └── Stranger.Things.S01E06.720p.WEBRip.x264-SKGTV.srt │ │ ├── S01_E07_The_Bathtub │ │ └── Stranger.Things.S01E07.720p.WEBRip.x264-SKGTV.srt │ │ ├── S01_E08_The_Upside_Down │ │ └── Stranger.Things.S01E08.720p.WEBRip.x264-SKGTV.srt │ │ ├── S02_E01_MADMAX │ │ └── Stranger.Things.S02E01.iNTERNAL.WEB.x264-STRiFE (CHI).srt │ │ ├── S02_E02_Trick_or_Treat_Freak │ │ └── Stranger.Things.S02E02.iNTERNAL.WEB.x264-STRiFE (CHI).srt │ │ ├── S02_E03_The_Pollywog │ │ └── Stranger.Things.S02E03.iNTERNAL.WEB.x264-STRiFE (CHI).srt │ │ ├── S02_E04_Will_the_Wise │ │ └── Stranger.Things.S02E04.iNTERNAL.WEB.x264-STRiFE (CHI).srt │ │ ├── S02_E05_Dig_Dug │ │ └── Stranger.Things.S02E05.iNTERNAL.WEB.x264-STRiFE (CHI).srt │ │ ├── S02_E06_The_Spy │ │ └── Stranger.Things.S02E06.iNTERNAL.WEB.x264-STRiFE (CHI).srt │ │ ├── S02_E07_The_Lost_Sister │ │ └── Stranger.Things.S02E07.iNTERNAL.WEB.x264-STRiFE (CHI).srt │ │ ├── S02_E08_The_Mind_Flayer │ │ └── Stranger.Things.S02E08.iNTERNAL.WEB.x264-STRiFE (CHI).srt │ │ └── S02_E09_The_Gate │ │ └── Stranger.Things.S02E09.iNTERNAL.WEB.x264-STRiFE (CHI).srt ├── stranger_things_links_all_seasons.csv └── stranger_things_subs.csv ├── LICENSE ├── README.md └── rick_and_morty_tidy_data.Rproj /.gitignore: -------------------------------------------------------------------------------- 1 | # History files 2 | .Rhistory 3 | .Rapp.history 4 | 5 | # Session Data files 6 | .RData 7 | 8 | # Example code in package build process 9 | *-Ex.R 10 | 11 | # Output files from R CMD build 12 | /*.tar.gz 13 | 14 | # Output files from R CMD check 15 | /*.Rcheck/ 16 | 17 | # RStudio files 18 | .Rproj.user/ 19 | 20 | # produced vignettes 21 | vignettes/*.html 22 | vignettes/*.pdf 23 | 24 | # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 25 | .httr-oauth 26 | 27 | # knitr and R markdown default cache directories 28 | /*_cache/ 29 | /cache/ 30 | 31 | # Temporary files created by R markdown 32 | *.utf8.md 33 | *.knit.md 34 | .Rproj.user 35 | -------------------------------------------------------------------------------- /01_1_import_rick_and_morty_transcripts_and_subs.R: -------------------------------------------------------------------------------- 1 | # 1: load packages 2 | 3 | if (!require("pacman")) install.packages("pacman") 4 | p_load(data.table,dplyr,stringr,rvest,janitor) 5 | p_load_gh("fkeck/subtools") 6 | 7 | ########################################################################################## 8 | 9 | # 2: scrap subtitles 10 | 11 | url_subtitles = read_html("https://www.opensubtitles.org/en/ssearch/sublanguageid-eng/idmovie-167129") 12 | 13 | subtitles_tables = url_subtitles %>% 14 | html_nodes(xpath='//*[(@id = "search_results")]') %>% 15 | html_table(fill = TRUE) 16 | 17 | links_2 = url_subtitles %>% 18 | html_nodes("a") %>% 19 | html_attr("href") 20 | 21 | titles_2 = url_subtitles %>% 22 | html_nodes("a") %>% 23 | html_attr("title") 24 | 25 | links_all_seasons = tibble(link = links_2, title = titles_2) %>% 26 | filter(!is.na(title)) %>% 27 | distinct(link, .keep_all = T) %>% 28 | mutate(link = str_replace_all(link, "^/en/search/", "https://www.opensubtitles.org/download/s/")) %>% 29 | filter(grepl("imdb", link)) %>% 30 | mutate(title = str_replace_all(title, "\"Rick and Morty\" ", ""), 31 | season = c(rep("S01",11),rep("S02",10),rep("S03",10)), 32 | episode = c(1:11,1:10,1:10), 33 | episode = if_else(nchar(episode) == 1, paste0("E0",episode), paste0("E",episode)), 34 | file_name = paste(season, episode, str_replace_all(title, "[[:punct:]]", ""), sep = "_"), 35 | file_name = str_replace_all(file_name, " ", "_")) %>% 36 | select(episode, season, title, file_name, link) 37 | 38 | try(dir.create("01_rick_and_morty")) 39 | 40 | fwrite(links_all_seasons, "01_rick_and_morty/rick_and_morty_links_all_seasons.csv") 41 | 42 | ########################################################################################## 43 | 44 | # 3: save subtitles 45 | 46 | try(dir.create("01_rick_and_morty/subtitles")) 47 | 48 | for(j in 1:nrow(links_all_seasons)) { 49 | if(!file.exists(paste0("01_rick_and_morty/subtitles/",links_all_seasons$file_name[j],".zip"))) { 50 | Sys.sleep(sample(seq(0.5, 1.5, by=0.5), 1)) 51 | download.file(links_all_seasons$link[j], paste0("01_rick_and_morty/subtitles/",links_all_seasons$file_name[j],".zip"), method = "wget") 52 | } 53 | } 54 | 55 | subtiles_zip = list.files("01_rick_and_morty/subtitles/", recursive = T) %>% 56 | paste0("01_rick_and_morty/subtitles/", .) 57 | 58 | try(dir.create("01_rick_and_morty/subtitles_extraction/")) 59 | 60 | for(j in 1:length(subtiles_zip)) { 61 | try(dir.create(paste0("01_rick_and_morty/subtitles_extraction/",links_all_seasons$file_name[j]))) 62 | unzip(subtiles_zip[[j]], exdir = paste0("01_rick_and_morty/subtitles_extraction/",links_all_seasons$file_name[j]), overwrite = F) 63 | } 64 | 65 | subtitles_srt = tibble(sub_location = list.files("01_rick_and_morty/subtitles_extraction/", recursive = T)) %>% 66 | mutate(sub_location = paste0("01_rick_and_morty/subtitles_extraction/",sub_location), 67 | folder = as.character(str_extract_all(sub_location, ".*/")), 68 | file_size = file.size(sub_location)) %>% 69 | group_by(folder) %>% 70 | filter(file_size == max(file_size)) %>% 71 | distinct(folder, .keep_all = T) %>% 72 | mutate(episode_name = str_replace_all(sub_location, "01_rick_and_morty/subtitles_extraction/", ""), 73 | episode_name = str_replace_all(episode_name, "/.*", ""), 74 | season = str_replace_all(substr(episode_name,1,7), "_.*", ""), 75 | episode = str_replace_all(substr(episode_name,1,7), ".*_", ""), 76 | episode_name = str_replace_all(episode_name, "S[0-9][0-9]_E[0-9][0-9]_", ""), 77 | episode_name = str_replace_all(episode_name, "_", " ")) 78 | 79 | for(j in 1:nrow(subtitles_srt)) { 80 | system(paste0("recode UTF-8 -f \"", subtitles_srt$sub_location[j], "\"")) 81 | } 82 | 83 | for(j in 1:nrow(subtitles_srt)) { 84 | assign(paste(subtitles_srt$season[j],subtitles_srt$episode[j], sep = "_"), 85 | as_tibble(read.subtitles(subtitles_srt$sub_location[j])$subtitles) %>% 86 | clean_names() %>% 87 | rename(linenumber = id) %>% 88 | filter(nchar(text) > 0) %>% 89 | mutate(text = iconv(tolower(text)) , 90 | season = subtitles_srt$season[j], 91 | episode = subtitles_srt$episode[j], 92 | episode_name = subtitles_srt$episode_name[j]) 93 | ) 94 | } 95 | 96 | rick_and_morty_subs = mget(ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) %>% 97 | bind_rows() 98 | 99 | rm(list = ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) 100 | 101 | fwrite(rick_and_morty_subs, "01_rick_and_morty/rick_and_morty_subs.csv") 102 | 103 | list_subtitles_all = tibble(sub_location = list.files("01_rick_and_morty/subtitles_extraction/", recursive = T)) %>% 104 | mutate(sub_location = paste0("01_rick_and_morty/subtitles_extraction/",sub_location), 105 | folder = as.character(str_extract_all(sub_location, ".*/")), 106 | file_size = file.size(sub_location)) 107 | 108 | list_subtitles_keep = list_subtitles_all %>% 109 | group_by(folder) %>% 110 | filter(file_size == max(file_size)) %>% 111 | distinct(folder, .keep_all = T) 112 | 113 | list_subtitles_remove = list_subtitles_all %>% 114 | anti_join(list_subtitles_keep) 115 | 116 | for(j in 1:nrow(list_subtitles_remove)) { 117 | try(file.remove(list_subtitles_remove$sub_location[j])) 118 | } 119 | 120 | ########################################################################################## 121 | 122 | # 4: scrap transcripts 123 | 124 | # url_transcripts = read_html("https://en.wikipedia.org/wiki/List_of_Rick_and_Morty_episodes") 125 | # 126 | # episodes_tables = url_transcripts %>% 127 | # html_nodes(xpath='//*[contains(concat( " ", @class, " " ), concat( " ", "wikiepisodetable", " " ))]') %>% 128 | # html_table() 129 | # 130 | # for(j in 1:3) { 131 | # assign(paste("season",j, sep = "_"), as_tibble(episodes_tables[[j]]) %>% 132 | # clean_names() %>% 133 | # mutate(title = str_replace_all(title, "\"", ""), 134 | # title = str_replace_all(title, "[^[:alnum:][:blank:]+?&/\\-]", "")) 135 | # ) 136 | # } 137 | # 138 | # try(dir.create("01_rick_and_morty")) 139 | # 140 | # url_transcripts_2 = read_html("http://rickandmorty.wikia.com/wiki/List_of_episodes") 141 | # 142 | # tables = url_transcripts_2 %>% 143 | # html_nodes(xpath = '//table') 144 | # 145 | # links = url_transcripts_2 %>% 146 | # html_nodes("a") %>% 147 | # html_attr("href") 148 | # 149 | # titles = url_transcripts_2 %>% 150 | # html_nodes("a") %>% 151 | # html_attr("title") 152 | # 153 | # links_titles = tibble(link = links, title = titles) %>% 154 | # filter(!is.na(title)) %>% 155 | # distinct(link, .keep_all = T) %>% 156 | # mutate(link = paste0("http://rickandmorty.wikia.com",link), 157 | # link = paste0(link,"/Transcript")) %>% 158 | # mutate(title_low = tolower(title)) %>% 159 | # distinct(title_low, .keep_all = T) %>% 160 | # mutate(title_10 = substr(title,1,10)) %>% 161 | # select(-title_low,-title) 162 | # 163 | # for(j in 1:3) { 164 | # season_n = tables[[j+1]] %>% 165 | # html_table() %>% 166 | # as_tibble() %>% 167 | # clean_names() %>% 168 | # rename(cum_no = x) %>% 169 | # mutate(title = gsub("\"", "", title)) 170 | # 171 | # assign(paste("season",j, sep = "_"), season_n) 172 | # 173 | # assign(paste("links_season",j, sep = "_"), season_n %>% 174 | # select(no, title) %>% 175 | # rename(episode = no) %>% 176 | # mutate(episode = ifelse(nchar(episode) == 1, paste0("E0",episode), paste0("E",episode)), 177 | # season = paste0("S0",j), 178 | # file_name = paste(season, episode, str_replace_all(title, "[[:punct:]]", ""), sep = "_"), 179 | # file_name = str_replace_all(file_name, " ", "_")) %>% 180 | # mutate(title_10 = substr(title,1,10)) %>% 181 | # left_join(links_titles, by = "title_10") %>% 182 | # select(episode,season,title,everything()) %>% 183 | # select(-title_10) 184 | # ) 185 | # 186 | # rm(season_n) 187 | # } 188 | # 189 | # links_all_seasons = bind_rows(links_season_1, links_season_2, links_season_3) %>% 190 | # mutate(link = str_replace_all(link, "Episode", "episode")) 191 | 192 | ########################################################################################## 193 | 194 | # 5: save transcripts 195 | 196 | # try(dir.create("transcripts")) 197 | # 198 | # for(j in 1:nrow(links_all_seasons)) { 199 | # if(!file.exists(paste0("transcripts/",links_all_seasons$file_name[j]))) { 200 | # read_html(links_all_seasons$link[j]) %>% 201 | # html_nodes(xpath = '//*[(@id = "mw-content-text")] | //p') %>% 202 | # html_text() %>% 203 | # write_lines(path = paste0("transcripts/",links_all_seasons$file_name[j])) 204 | # } 205 | # } 206 | -------------------------------------------------------------------------------- /01_2_rick_and_morty_tidy_data_principles.R: -------------------------------------------------------------------------------- 1 | # Rick and Morty and Tidy Data Principles 2 | 3 | # Rick and Morty Can Be So Tidy 4 | 5 | if (!require("pacman")) install.packages("pacman") 6 | p_load(data.table,tidyr,stringr,tidytext,dplyr,janitor,ggplot2,viridis,ggstance,igraph) 7 | p_load_gh("thomasp85/ggraph","dgrtwo/widyr") 8 | 9 | rick_and_morty_subs = as_tibble(fread("01_rick_and_morty/rick_and_morty_subs.csv")) 10 | 11 | rick_and_morty_subs_tidy = rick_and_morty_subs %>% 12 | unnest_tokens(word,text) %>% 13 | anti_join(stop_words) 14 | 15 | rick_and_morty_subs_tidy %>% 16 | count(word, sort = TRUE) 17 | 18 | bing = sentiments %>% 19 | filter(lexicon == "bing") %>% 20 | select(-score) 21 | 22 | bing 23 | 24 | rick_and_morty_sentiment = rick_and_morty_subs_tidy %>% 25 | inner_join(bing) %>% 26 | count(episode_name, index = linenumber %/% 50, sentiment) %>% 27 | spread(sentiment, n, fill = 0) %>% 28 | mutate(sentiment = positive - negative) %>% 29 | left_join(rick_and_morty_subs_tidy[,c("episode_name","season","episode")] %>% distinct()) %>% 30 | arrange(season,episode) %>% 31 | mutate(episode_name = paste(season,episode,"-",episode_name), 32 | season = factor(season, labels = c("Season 1", "Season 2", "Season 3"))) %>% 33 | select(episode_name, season, everything(), -episode) 34 | 35 | rick_and_morty_sentiment 36 | 37 | ggplot(rick_and_morty_sentiment, aes(index, sentiment, fill = season)) + 38 | geom_bar(stat = "identity", show.legend = FALSE) + 39 | facet_wrap(~season, nrow = 3, scales = "free_x", dir = "v") + 40 | theme_minimal(base_size = 13) + 41 | labs(title = "Sentiment in Rick and Morty", 42 | y = "Sentiment") + 43 | scale_fill_viridis(end = 0.75, discrete=TRUE) + 44 | scale_x_discrete(expand=c(0.02,0)) + 45 | theme(strip.text=element_text(hjust=0)) + 46 | theme(strip.text = element_text(face = "italic")) + 47 | theme(axis.title.x=element_blank()) + 48 | theme(axis.ticks.x=element_blank()) + 49 | theme(axis.text.x=element_blank()) 50 | 51 | rick_and_morty_sentiment_favourites = rick_and_morty_sentiment %>% 52 | filter(grepl("S03 E03|S03 E07|S01 E06|S02 E03|S02 E07", episode_name)) 53 | 54 | ggplot(rick_and_morty_sentiment_favourites, aes(index, sentiment, fill = season)) + 55 | geom_bar(stat = "identity", show.legend = FALSE) + 56 | facet_wrap(~episode_name, ncol = 5, scales = "free_x", dir = "h") + 57 | theme_minimal(base_size = 13) + 58 | labs(title = "Sentiment in Rick and Morty (Creator's favourite episodes)", 59 | y = "Sentiment") + 60 | scale_fill_viridis(end = 0.75, discrete=TRUE) + 61 | scale_x_discrete(expand=c(0.02,0)) + 62 | theme(strip.text=element_text(hjust=0)) + 63 | theme(strip.text = element_text(face = "italic")) + 64 | theme(axis.title.x=element_blank()) + 65 | theme(axis.ticks.x=element_blank()) + 66 | theme(axis.text.x=element_blank()) 67 | 68 | # Looking at Units Beyond Words 69 | 70 | rick_and_morty_sentences = rick_and_morty_subs %>% 71 | group_by(season) %>% 72 | unnest_tokens(sentence, text, token = "sentences") %>% 73 | ungroup() 74 | 75 | rick_and_morty_sentences$sentence[50] 76 | 77 | bingnegative = sentiments %>% 78 | filter(lexicon == "bing", sentiment == "negative") 79 | 80 | wordcounts = rick_and_morty_subs_tidy %>% 81 | group_by(season, episode) %>% 82 | summarize(words = n()) 83 | 84 | rick_and_morty_subs_tidy %>% 85 | semi_join(bingnegative) %>% 86 | group_by(season, episode) %>% 87 | summarize(negativewords = n()) %>% 88 | left_join(wordcounts, by = c("season", "episode")) %>% 89 | mutate(ratio = negativewords/words) %>% 90 | top_n(1) 91 | 92 | # Networks of Words 93 | 94 | rick_and_morty_words = rick_and_morty_subs_tidy %>% 95 | filter(season == "S01") 96 | 97 | word_cooccurences = rick_and_morty_words %>% 98 | pairwise_count(word, linenumber, sort = TRUE) 99 | 100 | word_cooccurences 101 | 102 | set.seed(1717) 103 | 104 | word_cooccurences %>% 105 | filter(n >= 25) %>% 106 | graph_from_data_frame() %>% 107 | ggraph(layout = "fr") + 108 | geom_edge_link(aes(edge_alpha = n, edge_width = n), edge_colour = "#a8a8a8") + 109 | geom_node_point(color = "darkslategray4", size = 8) + 110 | geom_node_text(aes(label = name), vjust = 2.2) + 111 | ggtitle(expression(paste("Word Network in Rick and Morty's ", 112 | italic("Season One")))) + 113 | theme_void() 114 | -------------------------------------------------------------------------------- /01_rick_and_morty/rick_and_morty_links_all_seasons.csv: -------------------------------------------------------------------------------- 1 | episode,season,title,file_name,link 2 | E01,S01,Pilot,S01_E01_Pilot,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2169080 3 | E02,S01,Lawnmower Dog,S01_E02_Lawnmower_Dog,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333824 4 | E03,S01,Anatomy Park,S01_E03_Anatomy_Park,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333828 5 | E04,S01,M. Night Shaym-Aliens!,S01_E04_M_Night_ShaymAliens,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333830 6 | E05,S01,Meeseeks and Destroy,S01_E05_Meeseeks_and_Destroy,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333832 7 | E06,S01,Rick Potion #9,S01_E06_Rick_Potion_9,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333834 8 | E07,S01,Raising Gazorpazorp,S01_E07_Raising_Gazorpazorp,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333836 9 | E08,S01,Rixty Minutes,S01_E08_Rixty_Minutes,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333838 10 | E09,S01,Something Ricked This Way Comes,S01_E09_Something_Ricked_This_Way_Comes,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333840 11 | E10,S01,Close Rick-counters of the Rick Kind,S01_E10_Close_Rickcounters_of_the_Rick_Kind,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333846 12 | E11,S01,Ricksy Business,S01_E11_Ricksy_Business,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3333854 13 | E01,S02,A Rickle in Time,S02_E01_A_Rickle_in_Time,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4462494 14 | E02,S02,Mortynight Run,S02_E02_Mortynight_Run,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832254 15 | E03,S02,Auto Erotic Assimilation,S02_E03_Auto_Erotic_Assimilation,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832260 16 | E04,S02,Total Rickall,S02_E04_Total_Rickall,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832262 17 | E05,S02,Get Schwifty,S02_E05_Get_Schwifty,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832266 18 | E06,S02,The Ricks Must Be Crazy,S02_E06_The_Ricks_Must_Be_Crazy,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832268 19 | E07,S02,Big Trouble in Little Sanchez,S02_E07_Big_Trouble_in_Little_Sanchez,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832272 20 | E08,S02,Interdimensional Cable 2: Tempting Fate,S02_E08_Interdimensional_Cable_2_Tempting_Fate,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832274 21 | E09,S02,Look Who's Purging Now,S02_E09_Look_Whos_Purging_Now,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832276 22 | E10,S02,The Wedding Squanchers,S02_E10_The_Wedding_Squanchers,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4832278 23 | E01,S03,The Rickshank Rickdemption,S03_E01_The_Rickshank_Rickdemption,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218228 24 | E02,S03,Rickmancing the Stone,S03_E02_Rickmancing_the_Stone,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218256 25 | E03,S03,Pickle Rick,S03_E03_Pickle_Rick,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218268 26 | E04,S03,Vindicators 3: The Return of Worldender,S03_E04_Vindicators_3_The_Return_of_Worldender,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218288 27 | E05,S03,The Whirly Dirly Conspiracy,S03_E05_The_Whirly_Dirly_Conspiracy,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218310 28 | E06,S03,Rest and Ricklaxation,S03_E06_Rest_and_Ricklaxation,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218318 29 | E07,S03,The Ricklantis Mixup,S03_E07_The_Ricklantis_Mixup,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218332 30 | E08,S03,Morty's Mind Blowers,S03_E08_Mortys_Mind_Blowers,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218350 31 | E09,S03,The ABC's of Beth,S03_E09_The_ABCs_of_Beth,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218370 32 | E10,S03,The Rickchurian Mortydate,S03_E10_The_Rickchurian_Mortydate,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218386 33 | -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E01_Pilot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E01_Pilot.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E02_Lawnmower_Dog.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E02_Lawnmower_Dog.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E03_Anatomy_Park.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E03_Anatomy_Park.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E04_M_Night_ShaymAliens.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E04_M_Night_ShaymAliens.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E05_Meeseeks_and_Destroy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E05_Meeseeks_and_Destroy.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E06_Rick_Potion_9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E06_Rick_Potion_9.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E07_Raising_Gazorpazorp.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E07_Raising_Gazorpazorp.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E08_Rixty_Minutes.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E08_Rixty_Minutes.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E09_Something_Ricked_This_Way_Comes.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E09_Something_Ricked_This_Way_Comes.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E10_Close_Rickcounters_of_the_Rick_Kind.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E10_Close_Rickcounters_of_the_Rick_Kind.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S01_E11_Ricksy_Business.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S01_E11_Ricksy_Business.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E01_A_Rickle_in_Time.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E01_A_Rickle_in_Time.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E02_Mortynight_Run.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E02_Mortynight_Run.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E03_Auto_Erotic_Assimilation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E03_Auto_Erotic_Assimilation.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E04_Total_Rickall.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E04_Total_Rickall.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E05_Get_Schwifty.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E05_Get_Schwifty.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E06_The_Ricks_Must_Be_Crazy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E06_The_Ricks_Must_Be_Crazy.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E07_Big_Trouble_in_Little_Sanchez.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E07_Big_Trouble_in_Little_Sanchez.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E08_Interdimensional_Cable_2_Tempting_Fate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E08_Interdimensional_Cable_2_Tempting_Fate.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E09_Look_Whos_Purging_Now.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E09_Look_Whos_Purging_Now.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S02_E10_The_Wedding_Squanchers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S02_E10_The_Wedding_Squanchers.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E01_The_Rickshank_Rickdemption.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E01_The_Rickshank_Rickdemption.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E02_Rickmancing_the_Stone.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E02_Rickmancing_the_Stone.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E03_Pickle_Rick.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E03_Pickle_Rick.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E04_Vindicators_3_The_Return_of_Worldender.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E04_Vindicators_3_The_Return_of_Worldender.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E05_The_Whirly_Dirly_Conspiracy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E05_The_Whirly_Dirly_Conspiracy.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E06_Rest_and_Ricklaxation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E06_Rest_and_Ricklaxation.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E07_The_Ricklantis_Mixup.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E07_The_Ricklantis_Mixup.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E08_Mortys_Mind_Blowers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E08_Mortys_Mind_Blowers.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E09_The_ABCs_of_Beth.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E09_The_ABCs_of_Beth.zip -------------------------------------------------------------------------------- /01_rick_and_morty/subtitles/S03_E10_The_Rickchurian_Mortydate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/01_rick_and_morty/subtitles/S03_E10_The_Rickchurian_Mortydate.zip -------------------------------------------------------------------------------- /02_import_other_shows_subtitles.R: -------------------------------------------------------------------------------- 1 | # 1: load packages 2 | 3 | if (!require("pacman")) install.packages("pacman") 4 | #run sudo apt-get install libpoppler-cpp-dev to install pdftools 5 | p_load(data.table,dplyr,stringr,rvest,janitor) 6 | p_load_gh("fkeck/subtools") 7 | 8 | ########################################################################################## 9 | 10 | # 2: scrap BoJack Horseman subtitles 11 | 12 | url_subtitles = read_html("https://www.opensubtitles.org/en/ssearch/sublanguageid-eng/idmovie-181349") 13 | 14 | subtitles_tables = url_subtitles %>% 15 | html_nodes(xpath='//*[(@id = "search_results")]') %>% 16 | html_table(fill = TRUE) 17 | 18 | links_2 = url_subtitles %>% 19 | html_nodes("a") %>% 20 | html_attr("href") 21 | 22 | titles_2 = url_subtitles %>% 23 | html_nodes("a") %>% 24 | html_attr("title") 25 | 26 | links_all_seasons = tibble(link = links_2, title = titles_2) %>% 27 | filter(!is.na(title)) %>% 28 | distinct(link, .keep_all = T) %>% 29 | mutate(link = str_replace_all(link, "^/en/search/", "https://www.opensubtitles.org/download/s/")) %>% 30 | filter(grepl("imdb", link)) %>% 31 | mutate(title = str_replace_all(title, "\"BoJack Horseman\" ", ""), 32 | season = c(rep("S01",12),rep("S02",13),rep("S03",12),rep("S04",11)), 33 | episode = c(1:12,0:12,1:12,1:8,10:12), 34 | episode = if_else(nchar(episode) == 1, paste0("E0",episode), paste0("E",episode)), 35 | file_name = paste(season, episode, str_replace_all(title, "[[:punct:]]", ""), sep = "_"), 36 | file_name = str_replace_all(file_name, " ", "_")) %>% 37 | select(episode, season, title, file_name, link) 38 | 39 | try(dir.create("02_other_shows_subtitles")) 40 | try(dir.create("02_other_shows_subtitles/bojack_horseman")) 41 | try(dir.create("02_other_shows_subtitles/bojack_horseman/subtitles")) 42 | try(dir.create("02_other_shows_subtitles/bojack_horseman/subtitles_extraction")) 43 | 44 | fwrite(links_all_seasons, "02_other_shows_subtitles/bojack_horseman_links_all_seasons.csv") 45 | 46 | for(j in 1:nrow(links_all_seasons)) { 47 | if(!file.exists(paste0("02_other_shows_subtitles/bojack_horseman/subtitles/",links_all_seasons$file_name[j],".zip"))) { 48 | Sys.sleep(sample(seq(0.5, 1.5, by=0.5), 1)) 49 | download.file(links_all_seasons$link[j], paste0("02_other_shows_subtitles/bojack_horseman/subtitles/",links_all_seasons$file_name[j],".zip"), method = "wget") 50 | } 51 | } 52 | 53 | subtiles_zip = list.files("02_other_shows_subtitles/bojack_horseman/subtitles/", recursive = T) %>% 54 | paste0("02_other_shows_subtitles/bojack_horseman/subtitles/", .) 55 | 56 | for(j in 1:length(subtiles_zip)) { 57 | try(dir.create(paste0("02_other_shows_subtitles/bojack_horseman/subtitles_extraction/",links_all_seasons$file_name[j]))) 58 | unzip(subtiles_zip[[j]], exdir = paste0("02_other_shows_subtitles/bojack_horseman/subtitles_extraction/",links_all_seasons$file_name[j]), overwrite = F) 59 | } 60 | 61 | subtitles_srt = tibble(sub_location = list.files("02_other_shows_subtitles/bojack_horseman/subtitles_extraction/", recursive = T)) %>% 62 | mutate(sub_location = paste0("02_other_shows_subtitles/bojack_horseman/subtitles_extraction/",sub_location), 63 | folder = as.character(str_extract_all(sub_location, ".*/")), 64 | file_size = file.size(sub_location)) %>% 65 | group_by(folder) %>% 66 | filter(file_size == max(file_size)) %>% 67 | distinct(folder, .keep_all = T) %>% 68 | mutate(episode_name = str_replace_all(sub_location, "02_other_shows_subtitles/bojack_horseman/subtitles_extraction/", ""), 69 | episode_name = str_replace_all(episode_name, "/.*", ""), 70 | season = str_replace_all(substr(episode_name,1,7), "_.*", ""), 71 | episode = str_replace_all(substr(episode_name,1,7), ".*_", ""), 72 | episode_name = str_replace_all(episode_name, "S[0-9][0-9]_E[0-9][0-9]_", ""), 73 | episode_name = str_replace_all(episode_name, "_", " ")) 74 | 75 | for(j in 1:nrow(subtitles_srt)) { 76 | system(paste0("recode UTF-8 -f \"", subtitles_srt$sub_location[j], "\"")) 77 | } 78 | 79 | for(j in 1:nrow(subtitles_srt)) { 80 | assign(paste(subtitles_srt$season[j],subtitles_srt$episode[j], sep = "_"), 81 | as_tibble(read.subtitles(subtitles_srt$sub_location[j])$subtitles) %>% 82 | clean_names() %>% 83 | rename(linenumber = id) %>% 84 | filter(nchar(text) > 0) %>% 85 | mutate(text = iconv(tolower(text)) , 86 | season = subtitles_srt$season[j], 87 | episode = subtitles_srt$episode[j], 88 | episode_name = subtitles_srt$episode_name[j]) 89 | ) 90 | } 91 | 92 | bojack_horseman_subs = mget(ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) %>% 93 | bind_rows() 94 | 95 | rm(list = ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) 96 | 97 | fwrite(bojack_horseman_subs, "02_other_shows_subtitles/bojack_horseman_subs.csv") 98 | 99 | list_subtitles_all = tibble(sub_location = list.files("02_other_shows_subtitles/bojack_horseman/subtitles_extraction/", recursive = T)) %>% 100 | mutate(sub_location = paste0("02_other_shows_subtitles/bojack_horseman/subtitles_extraction/",sub_location), 101 | folder = as.character(str_extract_all(sub_location, ".*/")), 102 | file_size = file.size(sub_location)) 103 | 104 | list_subtitles_keep = list_subtitles_all %>% 105 | group_by(folder) %>% 106 | filter(file_size == max(file_size)) %>% 107 | distinct(folder, .keep_all = T) 108 | 109 | list_subtitles_remove = list_subtitles_all %>% 110 | anti_join(list_subtitles_keep) 111 | 112 | for(j in 1:nrow(list_subtitles_remove)) { 113 | try(file.remove(list_subtitles_remove$sub_location[j])) 114 | } 115 | 116 | ########################################################################################## 117 | 118 | # 3: scrap Gravity Falls subtitles 119 | 120 | url_subtitles = read_html("https://www.opensubtitles.org/en/ssearch/sublanguageid-eng/idmovie-131837") 121 | 122 | subtitles_tables = url_subtitles %>% 123 | html_nodes(xpath='//*[(@id = "search_results")]') %>% 124 | html_table(fill = TRUE) 125 | 126 | links_2 = url_subtitles %>% 127 | html_nodes("a") %>% 128 | html_attr("href") 129 | 130 | titles_2 = url_subtitles %>% 131 | html_nodes("a") %>% 132 | html_attr("title") 133 | 134 | links_all_seasons = tibble(link = links_2, title = titles_2) %>% 135 | filter(!is.na(title)) %>% 136 | distinct(link, .keep_all = T) %>% 137 | mutate(link = str_replace_all(link, "^/en/search/", "https://www.opensubtitles.org/download/s/")) %>% 138 | filter(grepl("imdb", link)) %>% 139 | mutate(title = str_replace_all(title, "\"Gravity Falls\" ", ""), 140 | season = c(rep("S01",20),rep("S02",20)), 141 | episode = c(1:20,1:20), 142 | episode = if_else(nchar(episode) == 1, paste0("E0",episode), paste0("E",episode)), 143 | file_name = paste(season, episode, str_replace_all(title, "[[:punct:]]", ""), sep = "_"), 144 | file_name = str_replace_all(file_name, " ", "_")) %>% 145 | select(episode, season, title, file_name, link) 146 | 147 | try(dir.create("02_other_shows_subtitles")) 148 | try(dir.create("02_other_shows_subtitles/gravity_falls")) 149 | try(dir.create("02_other_shows_subtitles/gravity_falls/subtitles")) 150 | try(dir.create("02_other_shows_subtitles/gravity_falls/subtitles_extraction")) 151 | 152 | fwrite(links_all_seasons, "02_other_shows_subtitles/gravity_falls_links_all_seasons.csv") 153 | 154 | for(j in 1:nrow(links_all_seasons)) { 155 | if(!file.exists(paste0("02_other_shows_subtitles/gravity_falls/subtitles/",links_all_seasons$file_name[j],".zip"))) { 156 | Sys.sleep(sample(seq(0.5, 1.5, by=0.5), 1)) 157 | download.file(links_all_seasons$link[j], paste0("02_other_shows_subtitles/gravity_falls/subtitles/",links_all_seasons$file_name[j],".zip"), method = "wget") 158 | } 159 | } 160 | 161 | subtiles_zip = list.files("02_other_shows_subtitles/gravity_falls/subtitles/", recursive = T) %>% 162 | paste0("02_other_shows_subtitles/gravity_falls/subtitles/", .) 163 | 164 | for(j in 1:length(subtiles_zip)) { 165 | try(dir.create(paste0("02_other_shows_subtitles/gravity_falls/subtitles_extraction/",links_all_seasons$file_name[j]))) 166 | unzip(subtiles_zip[[j]], exdir = paste0("02_other_shows_subtitles/gravity_falls/subtitles_extraction/",links_all_seasons$file_name[j]), overwrite = F) 167 | } 168 | 169 | subtitles_srt = tibble(sub_location = list.files("02_other_shows_subtitles/gravity_falls/subtitles_extraction/", recursive = T)) %>% 170 | mutate(sub_location = paste0("02_other_shows_subtitles/gravity_falls/subtitles_extraction/",sub_location), 171 | folder = as.character(str_extract_all(sub_location, ".*/")), 172 | file_size = file.size(sub_location)) %>% 173 | group_by(folder) %>% 174 | filter(file_size == max(file_size)) %>% 175 | distinct(folder, .keep_all = T) %>% 176 | mutate(episode_name = str_replace_all(sub_location, "02_other_shows_subtitles/gravity_falls/subtitles_extraction/", ""), 177 | episode_name = str_replace_all(episode_name, "/.*", ""), 178 | season = str_replace_all(substr(episode_name,1,7), "_.*", ""), 179 | episode = str_replace_all(substr(episode_name,1,7), ".*_", ""), 180 | episode_name = str_replace_all(episode_name, "S[0-9][0-9]_E[0-9][0-9]_", ""), 181 | episode_name = str_replace_all(episode_name, "_", " ")) 182 | 183 | for(j in 1:nrow(subtitles_srt)) { 184 | system(paste0("recode UTF-8 -f \"", subtitles_srt$sub_location[j], "\"")) 185 | } 186 | 187 | for(j in 1:nrow(subtitles_srt)) { 188 | assign(paste(subtitles_srt$season[j],subtitles_srt$episode[j], sep = "_"), 189 | as_tibble(read.subtitles(subtitles_srt$sub_location[j])$subtitles) %>% 190 | clean_names() %>% 191 | rename(linenumber = id) %>% 192 | filter(nchar(text) > 0) %>% 193 | mutate(text = iconv(tolower(text)) , 194 | season = subtitles_srt$season[j], 195 | episode = subtitles_srt$episode[j], 196 | episode_name = subtitles_srt$episode_name[j]) 197 | ) 198 | } 199 | 200 | gravity_falls_subs = mget(ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) %>% 201 | bind_rows() 202 | 203 | rm(list = ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) 204 | 205 | fwrite(gravity_falls_subs, "02_other_shows_subtitles/gravity_falls_subs.csv") 206 | 207 | list_subtitles_all = tibble(sub_location = list.files("02_other_shows_subtitles/gravity_falls/subtitles_extraction/", recursive = T)) %>% 208 | mutate(sub_location = paste0("02_other_shows_subtitles/gravity_falls/subtitles_extraction/",sub_location), 209 | folder = as.character(str_extract_all(sub_location, ".*/")), 210 | file_size = file.size(sub_location)) 211 | 212 | list_subtitles_keep = list_subtitles_all %>% 213 | group_by(folder) %>% 214 | filter(file_size == max(file_size)) %>% 215 | distinct(folder, .keep_all = T) 216 | 217 | list_subtitles_remove = list_subtitles_all %>% 218 | anti_join(list_subtitles_keep) 219 | 220 | for(j in 1:nrow(list_subtitles_remove)) { 221 | try(file.remove(list_subtitles_remove$sub_location[j])) 222 | } 223 | 224 | ########################################################################################## 225 | 226 | # 4: scrap Archer subtitles 227 | 228 | url_subtitles = read_html("https://www.opensubtitles.org/en/ssearch/sublanguageid-eng/idmovie-54780") 229 | 230 | subtitles_tables = url_subtitles %>% 231 | html_nodes(xpath='//*[(@id = "search_results")]') %>% 232 | html_table(fill = TRUE) 233 | 234 | links_2 = url_subtitles %>% 235 | html_nodes("a") %>% 236 | html_attr("href") 237 | 238 | titles_2 = url_subtitles %>% 239 | html_nodes("a") %>% 240 | html_attr("title") 241 | 242 | links_all_seasons = tibble(link = links_2, title = titles_2) %>% 243 | filter(!is.na(title)) %>% 244 | distinct(link, .keep_all = T) %>% 245 | mutate(link = str_replace_all(link, "^/en/search/", "https://www.opensubtitles.org/download/s/")) %>% 246 | filter(grepl("imdb", link)) %>% 247 | mutate(title = str_replace_all(title, "\"Archer\" ", ""), 248 | season = c(rep("S01",10),rep("S02",13),rep("S03",13),rep("S04",13),rep("S05",13),rep("S06",13),rep("S07",10),rep("S08",8)), 249 | episode = c(1:10,1:13,1:13,1:13,1:13,1:13,1:10,1:8), 250 | episode = if_else(nchar(episode) == 1, paste0("E0",episode), paste0("E",episode)), 251 | file_name = paste(season, episode, str_replace_all(title, "[[:punct:]]", ""), sep = "_"), 252 | file_name = str_replace_all(file_name, " ", "_")) %>% 253 | select(episode, season, title, file_name, link) 254 | 255 | try(dir.create("02_other_shows_subtitles")) 256 | try(dir.create("02_other_shows_subtitles/archer")) 257 | try(dir.create("02_other_shows_subtitles/archer/subtitles")) 258 | try(dir.create("02_other_shows_subtitles/archer/subtitles_extraction")) 259 | 260 | fwrite(links_all_seasons, "02_other_shows_subtitles/archer_links_all_seasons.csv") 261 | 262 | for(j in 1:nrow(links_all_seasons)) { 263 | if(!file.exists(paste0("02_other_shows_subtitles/archer/subtitles/",links_all_seasons$file_name[j],".zip"))) { 264 | Sys.sleep(sample(seq(1, 3, by=0.5), 1)) 265 | download.file(links_all_seasons$link[j], paste0("02_other_shows_subtitles/archer/subtitles/",links_all_seasons$file_name[j],".zip"), method = "wget") 266 | } 267 | } 268 | 269 | subtiles_zip = list.files("02_other_shows_subtitles/archer/subtitles/", recursive = T) %>% 270 | paste0("02_other_shows_subtitles/archer/subtitles/", .) 271 | 272 | for(j in 1:length(subtiles_zip)) { 273 | try(dir.create(paste0("02_other_shows_subtitles/archer/subtitles_extraction/",links_all_seasons$file_name[j]))) 274 | unzip(subtiles_zip[[j]], exdir = paste0("02_other_shows_subtitles/archer/subtitles_extraction/",links_all_seasons$file_name[j]), overwrite = F) 275 | } 276 | 277 | subtitles_srt = tibble(sub_location = list.files("02_other_shows_subtitles/archer/subtitles_extraction/", recursive = T)) %>% 278 | mutate(sub_location = paste0("02_other_shows_subtitles/archer/subtitles_extraction/",sub_location), 279 | folder = as.character(str_extract_all(sub_location, ".*/")), 280 | file_size = file.size(sub_location)) %>% 281 | group_by(folder) %>% 282 | filter(file_size == max(file_size)) %>% 283 | distinct(folder, .keep_all = T) %>% 284 | mutate(episode_name = str_replace_all(sub_location, "02_other_shows_subtitles/archer/subtitles_extraction/", ""), 285 | episode_name = str_replace_all(episode_name, "/.*", ""), 286 | season = str_replace_all(substr(episode_name,1,7), "_.*", ""), 287 | episode = str_replace_all(substr(episode_name,1,7), ".*_", ""), 288 | episode_name = str_replace_all(episode_name, "S[0-9][0-9]_E[0-9][0-9]_", ""), 289 | episode_name = str_replace_all(episode_name, "_", " ")) 290 | 291 | for(j in 1:nrow(subtitles_srt)) { 292 | system(paste0("recode UTF-8 -f \"", subtitles_srt$sub_location[j], "\"")) 293 | } 294 | 295 | for(j in 1:nrow(subtitles_srt)) { 296 | assign(paste(subtitles_srt$season[j],subtitles_srt$episode[j], sep = "_"), 297 | as_tibble(read.subtitles(subtitles_srt$sub_location[j])$subtitles, encoding = "ASCII") %>% 298 | clean_names() %>% 299 | rename(linenumber = id) %>% 300 | filter(nchar(text) > 0) %>% 301 | mutate(text = iconv(tolower(text)) , 302 | season = subtitles_srt$season[j], 303 | episode = subtitles_srt$episode[j], 304 | episode_name = subtitles_srt$episode_name[j]) 305 | ) 306 | } 307 | 308 | archer_subs = mget(ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) %>% 309 | bind_rows() 310 | 311 | rm(list = ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) 312 | 313 | fwrite(archer_subs, "02_other_shows_subtitles/archer_subs.csv") 314 | 315 | list_subtitles_all = tibble(sub_location = list.files("02_other_shows_subtitles/archer/subtitles_extraction/", recursive = T)) %>% 316 | mutate(sub_location = paste0("02_other_shows_subtitles/archer/subtitles_extraction/",sub_location), 317 | folder = as.character(str_extract_all(sub_location, ".*/")), 318 | file_size = file.size(sub_location)) 319 | 320 | list_subtitles_keep = list_subtitles_all %>% 321 | group_by(folder) %>% 322 | filter(file_size == max(file_size)) %>% 323 | distinct(folder, .keep_all = T) 324 | 325 | list_subtitles_remove = list_subtitles_all %>% 326 | anti_join(list_subtitles_keep) 327 | 328 | for(j in 1:nrow(list_subtitles_remove)) { 329 | try(file.remove(list_subtitles_remove$sub_location[j])) 330 | } 331 | 332 | ########################################################################################## 333 | 334 | # 5: scrap Stranger Things subtitles 335 | 336 | url_subtitles = read_html("https://www.opensubtitles.org/en/ssearch/sublanguageid-eng/idmovie-464588") 337 | 338 | subtitles_tables = url_subtitles %>% 339 | html_nodes(xpath='//*[(@id = "search_results")]') %>% 340 | html_table(fill = TRUE) 341 | 342 | links_2 = url_subtitles %>% 343 | html_nodes("a") %>% 344 | html_attr("href") 345 | 346 | titles_2 = url_subtitles %>% 347 | html_nodes("a") %>% 348 | html_attr("title") 349 | 350 | links_all_seasons = tibble(link = links_2, title = titles_2) %>% 351 | filter(!is.na(title)) %>% 352 | distinct(link, .keep_all = T) %>% 353 | mutate(link = str_replace_all(link, "^/en/search/", "https://www.opensubtitles.org/download/s/")) %>% 354 | filter(grepl("imdb", link)) %>% 355 | mutate(title = str_replace_all(title, "\"Stranger Things\" ", ""), 356 | title = str_replace_all(title, ".*\\: ", ""), 357 | season = c(rep("S01",8),rep("S02",9)), 358 | episode = c(1:8,1:9), 359 | episode = if_else(nchar(episode) == 1, paste0("E0",episode), paste0("E",episode)), 360 | file_name = paste(season, episode, str_replace_all(title, "[[:punct:]]", ""), sep = "_"), 361 | file_name = str_replace_all(file_name, " ", "_")) %>% 362 | select(episode, season, title, file_name, link) 363 | 364 | try(dir.create("02_other_shows_subtitles")) 365 | try(dir.create("02_other_shows_subtitles/stranger_things")) 366 | try(dir.create("02_other_shows_subtitles/stranger_things/subtitles")) 367 | try(dir.create("02_other_shows_subtitles/stranger_things/subtitles_extraction")) 368 | 369 | fwrite(links_all_seasons, "02_other_shows_subtitles/stranger_things_links_all_seasons.csv") 370 | 371 | for(j in 1:nrow(links_all_seasons)) { 372 | if(!file.exists(paste0("02_other_shows_subtitles/stranger_things/subtitles/",links_all_seasons$file_name[j],".zip"))) { 373 | Sys.sleep(sample(seq(1, 3, by=0.5), 1)) 374 | download.file(links_all_seasons$link[j], paste0("02_other_shows_subtitles/stranger_things/subtitles/",links_all_seasons$file_name[j],".zip"), method = "wget") 375 | } 376 | } 377 | 378 | subtiles_zip = list.files("02_other_shows_subtitles/stranger_things/subtitles/", recursive = T) %>% 379 | paste0("02_other_shows_subtitles/stranger_things/subtitles/", .) 380 | 381 | for(j in 1:length(subtiles_zip)) { 382 | try(dir.create(paste0("02_other_shows_subtitles/stranger_things/subtitles_extraction/",links_all_seasons$file_name[j]))) 383 | unzip(subtiles_zip[[j]], exdir = paste0("02_other_shows_subtitles/stranger_things/subtitles_extraction/",links_all_seasons$file_name[j]), overwrite = F) 384 | } 385 | 386 | subtitles_srt = tibble(sub_location = list.files("02_other_shows_subtitles/stranger_things/subtitles_extraction/", recursive = T)) %>% 387 | mutate(sub_location = paste0("02_other_shows_subtitles/stranger_things/subtitles_extraction/",sub_location), 388 | folder = as.character(str_extract_all(sub_location, ".*/")), 389 | file_size = file.size(sub_location)) %>% 390 | group_by(folder) %>% 391 | filter(file_size == max(file_size)) %>% 392 | distinct(folder, .keep_all = T) %>% 393 | mutate(episode_name = str_replace_all(sub_location, "02_other_shows_subtitles/stranger_things/subtitles_extraction/", ""), 394 | episode_name = str_replace_all(episode_name, "/.*", ""), 395 | season = str_replace_all(substr(episode_name,1,7), "_.*", ""), 396 | episode = str_replace_all(substr(episode_name,1,7), ".*_", ""), 397 | episode_name = str_replace_all(episode_name, "S[0-9][0-9]_E[0-9][0-9]_", ""), 398 | episode_name = str_replace_all(episode_name, "_", " ")) 399 | 400 | for(j in 1:nrow(subtitles_srt)) { 401 | system(paste0("recode UTF-8 -f \"", subtitles_srt$sub_location[j], "\"")) 402 | } 403 | 404 | for(j in 1:nrow(subtitles_srt)) { 405 | assign(paste(subtitles_srt$season[j],subtitles_srt$episode[j], sep = "_"), 406 | as_tibble(read.subtitles(subtitles_srt$sub_location[j])$subtitles, encoding = "ASCII") %>% 407 | clean_names() %>% 408 | rename(linenumber = id) %>% 409 | filter(nchar(text) > 0) %>% 410 | mutate(text = iconv(tolower(text)) , 411 | season = subtitles_srt$season[j], 412 | episode = subtitles_srt$episode[j], 413 | episode_name = subtitles_srt$episode_name[j]) 414 | ) 415 | } 416 | 417 | stranger_things_subs = mget(ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) %>% 418 | bind_rows() 419 | 420 | rm(list = ls(pattern = "S[0-9][0-9]_E[0-9][0-9]")) 421 | 422 | fwrite(stranger_things_subs, "02_other_shows_subtitles/stranger_things_subs.csv") 423 | 424 | list_subtitles_all = tibble(sub_location = list.files("02_other_shows_subtitles/stranger_things/subtitles_extraction/", recursive = T)) %>% 425 | mutate(sub_location = paste0("02_other_shows_subtitles/stranger_things/subtitles_extraction/",sub_location), 426 | folder = as.character(str_extract_all(sub_location, ".*/")), 427 | file_size = file.size(sub_location)) 428 | 429 | list_subtitles_keep = list_subtitles_all %>% 430 | group_by(folder) %>% 431 | filter(file_size == max(file_size)) %>% 432 | distinct(folder, .keep_all = T) 433 | 434 | list_subtitles_remove = list_subtitles_all %>% 435 | anti_join(list_subtitles_keep) 436 | 437 | for(j in 1:nrow(list_subtitles_remove)) { 438 | try(file.remove(list_subtitles_remove$sub_location[j])) 439 | } 440 | -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E01_Mole_Hunt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E01_Mole_Hunt.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E02_Training_Day.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E02_Training_Day.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E03_Diversity_Hire.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E03_Diversity_Hire.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E04_Killing_Utne.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E04_Killing_Utne.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E05_Honeypot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E05_Honeypot.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E06_Skorpio.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E06_Skorpio.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E07_Skytanic.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E07_Skytanic.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E08_The_Rock.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E08_The_Rock.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E09_Job_Offer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E09_Job_Offer.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S01_E10_Dial_M_for_Mother.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S01_E10_Dial_M_for_Mother.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E01_Swiss_Miss.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E01_Swiss_Miss.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E02_A_Going_Concern.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E02_A_Going_Concern.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E03_Blood_Test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E03_Blood_Test.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E04_Pipeline_Fever.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E04_Pipeline_Fever.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E05_The_Double_Deuce.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E05_The_Double_Deuce.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E06_Tragical_History.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E06_Tragical_History.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E07_Movie_Star.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E07_Movie_Star.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E08_Stage_Two.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E08_Stage_Two.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E09_Placebo_Effect.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E09_Placebo_Effect.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E10_El_Secuestro.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E10_El_Secuestro.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E11_Jeu_Monegasque.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E11_Jeu_Monegasque.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E12_White_Nights.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E12_White_Nights.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S02_E13_Double_Trouble.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S02_E13_Double_Trouble.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E01_Heart_of_Archness_Part_I.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E01_Heart_of_Archness_Part_I.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E02_Heart_of_Archness_Part_II.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E02_Heart_of_Archness_Part_II.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E03_Heart_of_Archness_Part_III.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E03_Heart_of_Archness_Part_III.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E04_The_Man_from_Jupiter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E04_The_Man_from_Jupiter.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E05_El_Contador.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E05_El_Contador.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E06_The_Limited.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E06_The_Limited.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E07_Drift_Problem.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E07_Drift_Problem.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E08_Lo_Scandalo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E08_Lo_Scandalo.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E09_Bloody_Ferlin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E09_Bloody_Ferlin.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E10_Crossing_Over.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E10_Crossing_Over.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E11_Skin_Game.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E11_Skin_Game.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E12_Space_Race_Part_I.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E12_Space_Race_Part_I.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S03_E13_Space_Race_Part_II.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S03_E13_Space_Race_Part_II.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E01_Fugue_and_Riffs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E01_Fugue_and_Riffs.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E02_The_Wind_Cries_Mary.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E02_The_Wind_Cries_Mary.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E03_Legs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E03_Legs.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E04_Midnight_Ron.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E04_Midnight_Ron.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E05_Viscous_Coupling.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E05_Viscous_Coupling.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E06_Once_Bitten.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E06_Once_Bitten.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E07_Live_and_Let_Dine.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E07_Live_and_Let_Dine.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E08_Coyote_Lovely.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E08_Coyote_Lovely.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E09_The_Honeymooners.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E09_The_Honeymooners.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E10_Un_Chien_Tangerine.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E10_Un_Chien_Tangerine.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E11_The_Papal_Chase.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E11_The_Papal_Chase.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E12_Sea_Tunt_Part_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E12_Sea_Tunt_Part_1.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S04_E13_Sea_Tunt_Part_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S04_E13_Sea_Tunt_Part_2.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E01_White_Elephant.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E01_White_Elephant.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E02_Archer_Vice_A_Kiss_While_Dying.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E02_Archer_Vice_A_Kiss_While_Dying.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E03_Archer_Vice_A_Debt_of_Honor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E03_Archer_Vice_A_Debt_of_Honor.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E04_Archer_Vice_House_Call.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E04_Archer_Vice_House_Call.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E05_Archer_Vice_Southbound_and_Down.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E05_Archer_Vice_Southbound_and_Down.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E06_Archer_Vice_Baby_Shower.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E06_Archer_Vice_Baby_Shower.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E07_Archer_Vice_Smugglers_Blues.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E07_Archer_Vice_Smugglers_Blues.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E08_Archer_Vice_The_Rules_of_Extraction.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E08_Archer_Vice_The_Rules_of_Extraction.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E09_Archer_Vice_On_the_Carpet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E09_Archer_Vice_On_the_Carpet.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E10_Archer_Vice_Palace_Intrigue__Part_I.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E10_Archer_Vice_Palace_Intrigue__Part_I.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E11_Archer_Vice_Palace_Intrigue_Part_II.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E11_Archer_Vice_Palace_Intrigue_Part_II.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E12_Archer_Vice_Filibuster.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E12_Archer_Vice_Filibuster.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S05_E13_Archer_Vice_ArrivalDeparture.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S05_E13_Archer_Vice_ArrivalDeparture.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E01_The_Holdout.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E01_The_Holdout.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E02_Three_to_Tango.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E02_Three_to_Tango.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E03_The_Archer_Sanction.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E03_The_Archer_Sanction.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E04_Edies_Wedding.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E04_Edies_Wedding.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E05_Vision_Quest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E05_Vision_Quest.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E06_Sitting.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E06_Sitting.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E07_Nellis.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E07_Nellis.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E08_The_Kanes.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E08_The_Kanes.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E09_Pocket_Listing.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E09_Pocket_Listing.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E10_Reignition_Sequence.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E10_Reignition_Sequence.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E11_Achub_y_Morfilod.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E11_Achub_y_Morfilod.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E12_Drastic_Voyage_Part_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E12_Drastic_Voyage_Part_1.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S06_E13_Drastic_Voyage_Part_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S06_E13_Drastic_Voyage_Part_2.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E01_The_Figgis_Agency.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E01_The_Figgis_Agency.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E02_The_Handoff.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E02_The_Handoff.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E03_Deadly_Prep.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E03_Deadly_Prep.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E04_Motherless_Child.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E04_Motherless_Child.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E05_Bel_Panto_Part_I.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E05_Bel_Panto_Part_I.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E06_Bel_Panto_Part_II.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E06_Bel_Panto_Part_II.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E07_Double_Indecency.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E07_Double_Indecency.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E08_Liquid_Lunch.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E08_Liquid_Lunch.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E09_Deadly_Velvet_Part_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E09_Deadly_Velvet_Part_1.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S07_E10_Deadly_Velvet_Part_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S07_E10_Deadly_Velvet_Part_2.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S08_E01_Archer_Dreamland_No_Good_Deed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S08_E01_Archer_Dreamland_No_Good_Deed.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S08_E02_Archer_Dreamland_Berenice.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S08_E02_Archer_Dreamland_Berenice.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S08_E03_Archer_Dreamland_Jane_Doe.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S08_E03_Archer_Dreamland_Jane_Doe.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S08_E04_Archer_Dreamland_Ladyfingers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S08_E04_Archer_Dreamland_Ladyfingers.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S08_E05_Archer_Dreamland_Sleepers_Wake.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S08_E05_Archer_Dreamland_Sleepers_Wake.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S08_E06_Archer_Dreamland_Waxing_Gibbous.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S08_E06_Archer_Dreamland_Waxing_Gibbous.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S08_E07_Archer_Dreamland_Gramercy_Halberd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S08_E07_Archer_Dreamland_Gramercy_Halberd.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles/S08_E08_Archer_Dreamland_Auflösung.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles/S08_E08_Archer_Dreamland_Auflösung.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer/subtitles_extraction/S04_E08_Coyote_Lovely/Archer.2009.S04E08.HDTV.x264-ASAP.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/archer/subtitles_extraction/S04_E08_Coyote_Lovely/Archer.2009.S04E08.HDTV.x264-ASAP.srt -------------------------------------------------------------------------------- /02_other_shows_subtitles/archer_links_all_seasons.csv: -------------------------------------------------------------------------------- 1 | episode,season,title,file_name,link 2 | E01,S01,Mole Hunt,S01_E01_Mole_Hunt,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1539157 3 | E02,S01,Training Day,S01_E02_Training_Day,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1570118 4 | E03,S01,Diversity Hire,S01_E03_Diversity_Hire,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1577177 5 | E04,S01,Killing Utne,S01_E04_Killing_Utne,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1577178 6 | E05,S01,Honeypot,S01_E05_Honeypot,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1598645 7 | E06,S01,Skorpio,S01_E06_Skorpio,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1577179 8 | E07,S01,Skytanic,S01_E07_Skytanic,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1564607 9 | E08,S01,The Rock,S01_E08_The_Rock,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1613217 10 | E09,S01,Job Offer,S01_E09_Job_Offer,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1613216 11 | E10,S01,Dial M for Mother,S01_E10_Dial_M_for_Mother,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1622042 12 | E01,S02,Swiss Miss,S02_E01_Swiss_Miss,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1824276 13 | E02,S02,A Going Concern,S02_E02_A_Going_Concern,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1833264 14 | E03,S02,Blood Test,S02_E03_Blood_Test,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1841013 15 | E04,S02,Pipeline Fever,S02_E04_Pipeline_Fever,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1845938 16 | E05,S02,The Double Deuce,S02_E05_The_Double_Deuce,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1849255 17 | E06,S02,Tragical History,S02_E06_Tragical_History,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1856799 18 | E07,S02,Movie Star,S02_E07_Movie_Star,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1862529 19 | E08,S02,Stage Two,S02_E08_Stage_Two,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1868198 20 | E09,S02,Placebo Effect,S02_E09_Placebo_Effect,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1883469 21 | E10,S02,El Secuestro,S02_E10_El_Secuestro,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1883467 22 | E11,S02,Jeu Monegasque,S02_E11_Jeu_Monegasque,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1883468 23 | E12,S02,White Nights,S02_E12_White_Nights,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1898149 24 | E13,S02,Double Trouble,S02_E13_Double_Trouble,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-1916816 25 | E01,S03,Heart of Archness: Part I,S03_E01_Heart_of_Archness_Part_I,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2046353 26 | E02,S03,Heart of Archness: Part II,S03_E02_Heart_of_Archness_Part_II,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2046354 27 | E03,S03,Heart of Archness: Part III,S03_E03_Heart_of_Archness_Part_III,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2054900 28 | E04,S03,The Man from Jupiter,S03_E04_The_Man_from_Jupiter,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2158993 29 | E05,S03,El Contador,S03_E05_El_Contador,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2202719 30 | E06,S03,The Limited,S03_E06_The_Limited,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2207833 31 | E07,S03,Drift Problem,S03_E07_Drift_Problem,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2211327 32 | E08,S03,Lo Scandalo,S03_E08_Lo_Scandalo,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2207831 33 | E09,S03,Bloody Ferlin,S03_E09_Bloody_Ferlin,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2211325 34 | E10,S03,Crossing Over,S03_E10_Crossing_Over,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2256127 35 | E11,S03,Skin Game,S03_E11_Skin_Game,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2279509 36 | E12,S03,Space Race: Part I,S03_E12_Space_Race_Part_I,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2279511 37 | E13,S03,Space Race: Part II,S03_E13_Space_Race_Part_II,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2279513 38 | E01,S04,Fugue and Riffs,S04_E01_Fugue_and_Riffs,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2342483 39 | E02,S04,The Wind Cries Mary,S04_E02_The_Wind_Cries_Mary,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2633152 40 | E03,S04,Legs,S04_E03_Legs,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2633154 41 | E04,S04,Midnight Ron,S04_E04_Midnight_Ron,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2633156 42 | E05,S04,Viscous Coupling,S04_E05_Viscous_Coupling,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665242 43 | E06,S04,Once Bitten,S04_E06_Once_Bitten,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665238 44 | E07,S04,Live and Let Dine,S04_E07_Live_and_Let_Dine,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665250 45 | E08,S04,Coyote Lovely,S04_E08_Coyote_Lovely,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665256 46 | E09,S04,The Honeymooners,S04_E09_The_Honeymooners,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665258 47 | E10,S04,Un Chien Tangerine,S04_E10_Un_Chien_Tangerine,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665260 48 | E11,S04,The Papal Chase,S04_E11_The_Papal_Chase,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665268 49 | E12,S04,Sea Tunt: Part 1,S04_E12_Sea_Tunt_Part_1,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665270 50 | E13,S04,Sea Tunt: Part 2,S04_E13_Sea_Tunt_Part_2,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2665274 51 | E01,S05,White Elephant,S05_E01_White_Elephant,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3369492 52 | E02,S05,Archer Vice: A Kiss While Dying,S05_E02_Archer_Vice_A_Kiss_While_Dying,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411622 53 | E03,S05,Archer Vice: A Debt of Honor,S05_E03_Archer_Vice_A_Debt_of_Honor,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411616 54 | E04,S05,Archer Vice: House Call,S05_E04_Archer_Vice_House_Call,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411626 55 | E05,S05,Archer Vice: Southbound and Down,S05_E05_Archer_Vice_Southbound_and_Down,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411628 56 | E06,S05,Archer Vice: Baby Shower,S05_E06_Archer_Vice_Baby_Shower,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411630 57 | E07,S05,Archer Vice: Smugglers' Blues,S05_E07_Archer_Vice_Smugglers_Blues,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411634 58 | E08,S05,Archer Vice: The Rules of Extraction,S05_E08_Archer_Vice_The_Rules_of_Extraction,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411642 59 | E09,S05,Archer Vice: On the Carpet,S05_E09_Archer_Vice_On_the_Carpet,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411636 60 | E10,S05,Archer Vice: Palace Intrigue - Part I,S05_E10_Archer_Vice_Palace_Intrigue__Part_I,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411640 61 | E11,S05,Archer Vice: Palace Intrigue: Part II,S05_E11_Archer_Vice_Palace_Intrigue_Part_II,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411644 62 | E12,S05,Archer Vice: Filibuster,S05_E12_Archer_Vice_Filibuster,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411656 63 | E13,S05,Archer Vice: Arrival/Departure,S05_E13_Archer_Vice_ArrivalDeparture,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3411652 64 | E01,S06,The Holdout,S06_E01_The_Holdout,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4256314 65 | E02,S06,Three to Tango,S06_E02_Three_to_Tango,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4303076 66 | E03,S06,The Archer Sanction,S06_E03_The_Archer_Sanction,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4303080 67 | E04,S06,Edie's Wedding,S06_E04_Edies_Wedding,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4327042 68 | E05,S06,Vision Quest,S06_E05_Vision_Quest,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4389446 69 | E06,S06,Sitting,S06_E06_Sitting,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4389450 70 | E07,S06,Nellis,S06_E07_Nellis,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4389452 71 | E08,S06,The Kanes,S06_E08_The_Kanes,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4434218 72 | E09,S06,Pocket Listing,S06_E09_Pocket_Listing,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4434220 73 | E10,S06,Reignition Sequence,S06_E10_Reignition_Sequence,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4441400 74 | E11,S06,Achub y Morfilod,S06_E11_Achub_y_Morfilod,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4441418 75 | E12,S06,Drastic Voyage: Part 1,S06_E12_Drastic_Voyage_Part_1,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4441444 76 | E13,S06,Drastic Voyage: Part 2,S06_E13_Drastic_Voyage_Part_2,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4465276 77 | E01,S07,The Figgis Agency,S07_E01_The_Figgis_Agency,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537894 78 | E02,S07,The Handoff,S07_E02_The_Handoff,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537900 79 | E03,S07,Deadly Prep,S07_E03_Deadly_Prep,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537926 80 | E04,S07,Motherless Child,S07_E04_Motherless_Child,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537930 81 | E05,S07,Bel Panto: Part I,S07_E05_Bel_Panto_Part_I,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537932 82 | E06,S07,Bel Panto: Part II,S07_E06_Bel_Panto_Part_II,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537936 83 | E07,S07,Double Indecency,S07_E07_Double_Indecency,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537942 84 | E08,S07,Liquid Lunch,S07_E08_Liquid_Lunch,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537948 85 | E09,S07,Deadly Velvet: Part 1,S07_E09_Deadly_Velvet_Part_1,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537954 86 | E10,S07,Deadly Velvet: Part 2,S07_E10_Deadly_Velvet_Part_2,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4537958 87 | E01,S08,Archer Dreamland: No Good Deed,S08_E01_Archer_Dreamland_No_Good_Deed,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5825432 88 | E02,S08,Archer Dreamland: Berenice,S08_E02_Archer_Dreamland_Berenice,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6126922 89 | E03,S08,Archer Dreamland: Jane Doe,S08_E03_Archer_Dreamland_Jane_Doe,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6745202 90 | E04,S08,Archer Dreamland: Ladyfingers,S08_E04_Archer_Dreamland_Ladyfingers,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6745206 91 | E05,S08,Archer Dreamland: Sleepers Wake,S08_E05_Archer_Dreamland_Sleepers_Wake,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6745212 92 | E06,S08,Archer Dreamland: Waxing Gibbous,S08_E06_Archer_Dreamland_Waxing_Gibbous,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6745220 93 | E07,S08,"Archer Dreamland: Gramercy, Halberd!",S08_E07_Archer_Dreamland_Gramercy_Halberd,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6745224 94 | E08,S08,Archer Dreamland: Auflösung,S08_E08_Archer_Dreamland_Auflösung,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6111138 95 | -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E01_BoJack_Horseman_The_BoJack_Horseman_Story_Chapter_One.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E01_BoJack_Horseman_The_BoJack_Horseman_Story_Chapter_One.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E02_BoJack_Hates_the_Troops.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E02_BoJack_Hates_the_Troops.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E03_Prickly_Muffin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E03_Prickly_Muffin.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E04_Zoës_and_Zeldas.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E04_Zoës_and_Zeldas.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E05_Live_Fast_Diane_Nguyen.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E05_Live_Fast_Diane_Nguyen.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E06_Our_AStory_Is_a_D_Story.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E06_Our_AStory_Is_a_D_Story.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E07_Say_Anything.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E07_Say_Anything.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E08_The_Telescope.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E08_The_Telescope.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E09_Horse_Majeure.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E09_Horse_Majeure.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E10_One_Trick_Pony.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E10_One_Trick_Pony.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E11_Downer_Ending.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E11_Downer_Ending.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S01_E12_Later.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S01_E12_Later.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E00_BoJack_Horseman_Christmas_Special_Sabrinas_Christmas_Wish.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E00_BoJack_Horseman_Christmas_Special_Sabrinas_Christmas_Wish.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E01_Brand_New_Couch.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E01_Brand_New_Couch.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E02_Yesterdayland.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E02_Yesterdayland.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E03_Still_Broken.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E03_Still_Broken.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E04_After_the_Party.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E04_After_the_Party.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E05_Chickens.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E05_Chickens.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E06_Higher_Love.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E06_Higher_Love.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E07_Hank_After_Dark.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E07_Hank_After_Dark.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E08_Lets_Find_Out.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E08_Lets_Find_Out.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E09_The_Shot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E09_The_Shot.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E10_Yes_And.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E10_Yes_And.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E11_Escape_from_LA.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E11_Escape_from_LA.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S02_E12_Out_to_Sea.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S02_E12_Out_to_Sea.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E01_Start_Spreading_the_News.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E01_Start_Spreading_the_News.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E02_The_BoJack_Horseman_Show.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E02_The_BoJack_Horseman_Show.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E03_BoJack_Kills.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E03_BoJack_Kills.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E04_Fish_Out_of_Water.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E04_Fish_Out_of_Water.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E05_Love_AndOr_Marriage.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E05_Love_AndOr_Marriage.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E06_Brrap_Brrap_Pew_Pew.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E06_Brrap_Brrap_Pew_Pew.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E07_Stop_the_Presses.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E07_Stop_the_Presses.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E08_Old_Acquaintance.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E08_Old_Acquaintance.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E09_Best_Thing_That_Ever_Happened.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E09_Best_Thing_That_Ever_Happened.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E10_Its_You.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E10_Its_You.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E11_Thats_Too_Much_Man.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E11_Thats_Too_Much_Man.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S03_E12_That_Went_Well.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S03_E12_That_Went_Well.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E01_See_Mr_Peanutbutter_Run.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E01_See_Mr_Peanutbutter_Run.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E02_The_Old_Sugarman_Place.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E02_The_Old_Sugarman_Place.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E03_Hooray_Todd_Episode.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E03_Hooray_Todd_Episode.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E04_Commence_Fracking.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E04_Commence_Fracking.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E05_Thought_and_Prayers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E05_Thought_and_Prayers.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E06_Stupid_Piece_of_Sht.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E06_Stupid_Piece_of_Sht.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E07_Underground.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E07_Underground.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E08_The_Judge.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E08_The_Judge.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E10_lovin_that_cali_lifestyle.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E10_lovin_that_cali_lifestyle.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E11_Times_Arrow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E11_Times_Arrow.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles/S04_E12_What_Time_Is_It_Right_Now.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/bojack_horseman/subtitles/S04_E12_What_Time_Is_It_Right_Now.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman/subtitles_extraction/S03_E04_Fish_Out_of_Water/Bojack.Horseman.S03E04.720p.WEBRip.X264-DEFLATE.srt: -------------------------------------------------------------------------------- 1 | 1 2 | 00:00:13,138 --> 00:00:15,224 3 | Why do I have to go to this thing? 4 | 5 | 2 6 | 00:00:15,307 --> 00:00:17,726 7 | If we want to be 8 | a legitimate awards contender, 9 | 10 | 3 11 | 00:00:17,809 --> 00:00:20,687 12 | Secretariat needs to make an appearance 13 | at a big festival. 14 | 15 | 4 16 | 00:00:20,771 --> 00:00:23,106 17 | -I can't just go to Cannes? 18 | -You Cannes not. 19 | 20 | 5 21 | 00:00:23,190 --> 00:00:25,359 22 | Apparently, the French do not care for you 23 | 24 | 6 25 | 00:00:25,442 --> 00:00:27,486 26 | ever since you said that thing 27 | in the press. 28 | 29 | 7 30 | 00:00:27,569 --> 00:00:29,696 31 | Hey, I stand by my critique of Sartre. 32 | 33 | 8 34 | 00:00:29,780 --> 00:00:33,825 35 | His philosophical arguments helped 36 | tyrannical regimes justify overt cruelty. 37 | 38 | 9 39 | 00:00:33,909 --> 00:00:35,494 40 | Also, the French smell and I hate them. 41 | 42 | 10 43 | 00:00:35,577 --> 00:00:38,789 44 | And you can't go to Sundance 45 | because Robert Redford hates you. 46 | 47 | 11 48 | 00:00:38,872 --> 00:00:41,625 49 | Someone had to tell him 50 | The Horse Whisperer was offensive. 51 | 52 | 12 53 | 00:00:41,708 --> 00:00:44,461 54 | Sorry, but real horses don't just do 55 | whatever someone says. 56 | 57 | 13 58 | 00:00:44,544 --> 00:00:47,256 59 | And that's why you need to go 60 | to this festival. 61 | 62 | 14 63 | 00:00:47,339 --> 00:00:48,882 64 | If you say so. 65 | 66 | 15 67 | 00:00:48,966 --> 00:00:51,510 68 | The Pacific Ocean Film Fest, or POFF, 69 | 70 | 16 71 | 00:00:51,593 --> 00:00:54,972 72 | is the biggest underwater film festival 73 | in the world. 74 | 75 | 17 76 | 00:00:55,055 --> 00:00:58,308 77 | You make a splash there, 78 | people are going to notice. 79 | 80 | 18 81 | 00:00:58,392 --> 00:00:59,309 82 | Fine. 83 | 84 | 19 85 | 00:00:59,393 --> 00:01:02,521 86 | All you need to do is get 87 | to the premiere on time, 8:00. 88 | 89 | 20 90 | 00:01:02,604 --> 00:01:05,983 91 | Walk the red carpet, wave at the crowd, 92 | kiss some fish babies. 93 | 94 | 21 95 | 00:01:06,066 --> 00:01:07,943 96 | Fish. They're so annoying. 97 | 98 | 22 99 | 00:01:08,026 --> 00:01:11,238 100 | Sorry, lady. No habla fish talk. 101 | 102 | 23 103 | 00:01:11,321 --> 00:01:14,992 104 | You need to be sensitive to their culture. 105 | Things are different down there. 106 | 107 | 24 108 | 00:01:15,075 --> 00:01:17,369 109 | You know what a thumb's up means, right? 110 | 111 | 25 112 | 00:01:17,452 --> 00:01:19,955 113 | Yes, I know what a thumb's up means. 114 | I'll be fine. 115 | 116 | 26 117 | 00:01:20,038 --> 00:01:21,790 118 | Oh, I wanted to warn you. 119 | 120 | 27 121 | 00:01:21,873 --> 00:01:25,294 122 | Kelsey Jannings 123 | is also going to be at the festival. 124 | 125 | 28 126 | 00:01:25,377 --> 00:01:27,379 127 | -Kelsey? No. 128 | -She has another film there. 129 | 130 | 29 131 | 00:01:27,462 --> 00:01:30,007 132 | I haven't talked to her 133 | since she got fired from Secretariat. 134 | 135 | 30 136 | 00:01:30,090 --> 00:01:33,844 137 | Well, luckily you won't have to talk much 138 | because you'll both be underwater. 139 | 140 | 31 141 | 00:01:33,927 --> 00:01:36,013 142 | God, I haven't been underwater 143 | 144 | 32 145 | 00:01:36,096 --> 00:01:38,932 146 | since my mother tried to drown me 147 | in the bathtub when I was 22. 148 | 149 | 33 150 | 00:01:39,016 --> 00:01:41,018 151 | I can't do this, Ana. I'm sorry. 152 | 153 | 34 154 | 00:01:41,101 --> 00:01:42,436 155 | -Sir. 156 | -I'm getting off. 157 | 158 | 35 159 | 00:01:42,519 --> 00:01:45,314 160 | You can't. 161 | We've already pressurized the cabin. 162 | 163 | 36 164 | 00:01:45,397 --> 00:01:48,942 165 | -Sir, please return to your seat. 166 | -No. I don't want to do this. 167 | 168 | 37 169 | 00:01:49,026 --> 00:01:50,193 170 | You can't make me. 171 | 172 | 38 173 | 00:01:50,277 --> 00:01:52,154 174 | I'm a land creature. 175 | I don't belong down there. 176 | 177 | 39 178 | 00:01:52,237 --> 00:01:54,364 179 | You can lead me to water, 180 | but you cannot make-- 181 | 182 | 40 183 | 00:01:54,448 --> 00:01:55,574 184 | Aaaah! 185 | 186 | 41 187 | 00:02:02,873 --> 00:02:09,630 188 | ♪♪ 189 | 190 | 42 191 | 00:04:39,404 --> 00:04:41,198 192 | Mm-hmm. 193 | 194 | 43 195 | 00:04:55,086 --> 00:04:56,213 196 | Uh-oh! 197 | 198 | 44 199 | 00:24:47,069 --> 00:24:50,489 200 | Hey, move it, buddy. 201 | 202 | 45 203 | 00:24:50,572 --> 00:24:52,324 204 | What are you, deaf? 205 | 206 | 46 207 | 00:24:55,911 --> 00:24:58,288 208 | Oh, you have got to be kidding-- 209 | 210 | 47 211 | 00:24:58,372 --> 00:25:02,376 212 | ♪ You'll find me ♪ 213 | 214 | 48 215 | 00:25:02,459 --> 00:25:07,256 216 | ♪ In a sea of dreams ♪ 217 | 218 | 49 219 | 00:25:07,339 --> 00:25:14,179 220 | ♪ Where no one cares about my words ♪ 221 | 222 | 50 223 | 00:25:17,349 --> 00:25:22,146 224 | ♪ I hear her voice ♪ 225 | 226 | 51 227 | 00:25:22,396 --> 00:25:26,316 228 | ♪ She laughs now ♪ 229 | 230 | 52 231 | 00:25:26,400 --> 00:25:33,407 232 | ♪ She loves me now 233 | And always did ♪ 234 | 235 | 53 236 | 00:25:43,083 --> 00:25:47,004 237 | Boxer versus Raptor, 238 | ♪ Na-na na-na na-na na-na ♪ 239 | 240 | -------------------------------------------------------------------------------- /02_other_shows_subtitles/bojack_horseman_links_all_seasons.csv: -------------------------------------------------------------------------------- 1 | episode,season,title,file_name,link 2 | E01,S01,"BoJack Horseman: The BoJack Horseman Story, Chapter One",S01_E01_BoJack_Horseman_The_BoJack_Horseman_Story_Chapter_One,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3957774 3 | E02,S01,BoJack Hates the Troops,S01_E02_BoJack_Hates_the_Troops,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3982374 4 | E03,S01,Prickly Muffin,S01_E03_Prickly_Muffin,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3981116 5 | E04,S01,Zoës and Zeldas,S01_E04_Zoës_and_Zeldas,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3980964 6 | E05,S01,"Live Fast, Diane Nguyen",S01_E05_Live_Fast_Diane_Nguyen,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3978916 7 | E06,S01,Our A-Story Is a 'D' Story,S01_E06_Our_AStory_Is_a_D_Story,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3978918 8 | E07,S01,Say Anything,S01_E07_Say_Anything,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3981398 9 | E08,S01,The Telescope,S01_E08_The_Telescope,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3978922 10 | E09,S01,Horse Majeure,S01_E09_Horse_Majeure,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3978928 11 | E10,S01,One Trick Pony,S01_E10_One_Trick_Pony,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3978930 12 | E11,S01,Downer Ending,S01_E11_Downer_Ending,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3978932 13 | E12,S01,Later,S01_E12_Later,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3978934 14 | E00,S02,BoJack Horseman Christmas Special: Sabrina's Christmas Wish,S02_E00_BoJack_Horseman_Christmas_Special_Sabrinas_Christmas_Wish,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4294938 15 | E01,S02,Brand New Couch,S02_E01_Brand_New_Couch,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4311472 16 | E02,S02,Yesterdayland,S02_E02_Yesterdayland,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835722 17 | E03,S02,Still Broken,S02_E03_Still_Broken,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835724 18 | E04,S02,After the Party,S02_E04_After_the_Party,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835730 19 | E05,S02,Chickens,S02_E05_Chickens,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835728 20 | E06,S02,Higher Love,S02_E06_Higher_Love,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835732 21 | E07,S02,Hank After Dark,S02_E07_Hank_After_Dark,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835738 22 | E08,S02,Let's Find Out,S02_E08_Lets_Find_Out,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835736 23 | E09,S02,The Shot,S02_E09_The_Shot,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835740 24 | E10,S02,Yes And,S02_E10_Yes_And,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835746 25 | E11,S02,Escape from L.A.,S02_E11_Escape_from_LA,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835748 26 | E12,S02,Out to Sea,S02_E12_Out_to_Sea,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4835752 27 | E01,S03,Start Spreading the News,S03_E01_Start_Spreading_the_News,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4896050 28 | E02,S03,The BoJack Horseman Show,S03_E02_The_BoJack_Horseman_Show,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218276 29 | E03,S03,BoJack Kills,S03_E03_BoJack_Kills,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218432 30 | E04,S03,Fish Out of Water,S03_E04_Fish_Out_of_Water,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218434 31 | E05,S03,Love And/Or Marriage,S03_E05_Love_AndOr_Marriage,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218444 32 | E06,S03,Brrap Brrap Pew Pew,S03_E06_Brrap_Brrap_Pew_Pew,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5113952 33 | E07,S03,Stop the Presses,S03_E07_Stop_the_Presses,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218452 34 | E08,S03,Old Acquaintance,S03_E08_Old_Acquaintance,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218464 35 | E09,S03,Best Thing That Ever Happened,S03_E09_Best_Thing_That_Ever_Happened,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218468 36 | E10,S03,It's You,S03_E10_Its_You,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218478 37 | E11,S03,"That's Too Much, Man!",S03_E11_Thats_Too_Much_Man,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218488 38 | E12,S03,That Went Well,S03_E12_That_Went_Well,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5218494 39 | E01,S04,See Mr. Peanutbutter Run,S04_E01_See_Mr_Peanutbutter_Run,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5903904 40 | E02,S04,The Old Sugarman Place,S04_E02_The_Old_Sugarman_Place,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542604 41 | E03,S04,Hooray! Todd Episode!,S04_E03_Hooray_Todd_Episode,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542616 42 | E04,S04,Commence Fracking,S04_E04_Commence_Fracking,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542606 43 | E05,S04,Thought and Prayers,S04_E05_Thought_and_Prayers,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542602 44 | E06,S04,Stupid Piece of Sh*t,S04_E06_Stupid_Piece_of_Sht,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542608 45 | E07,S04,Underground,S04_E07_Underground,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6260644 46 | E08,S04,The Judge,S04_E08_The_Judge,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542612 47 | E10,S04,lovin that cali lifestyle!!,S04_E10_lovin_that_cali_lifestyle,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542618 48 | E11,S04,Time's Arrow,S04_E11_Times_Arrow,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542628 49 | E12,S04,What Time Is It Right Now,S04_E12_What_Time_Is_It_Right_Now,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6542620 50 | -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E01_Tourist_Trapped.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E01_Tourist_Trapped.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E02_The_Legend_of_the_Gobblewonker.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E02_The_Legend_of_the_Gobblewonker.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E03_Headhunters.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E03_Headhunters.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E04_The_Hand_That_Rocks_the_Mabel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E04_The_Hand_That_Rocks_the_Mabel.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E05_The_Inconveniencing.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E05_The_Inconveniencing.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E06_Dipper_vs_Manliness.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E06_Dipper_vs_Manliness.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E07_Double_Dipper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E07_Double_Dipper.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E08_Irrational_Treasure.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E08_Irrational_Treasure.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E09_The_Time_Travelers_Pig.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E09_The_Time_Travelers_Pig.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E10_Fight_Fighters.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E10_Fight_Fighters.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E11_Little_Dipper.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E11_Little_Dipper.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E12_Summerween.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E12_Summerween.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E13_Boss_Mabel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E13_Boss_Mabel.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E14_Bottomless_Pit.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E14_Bottomless_Pit.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E15_The_Deep_End.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E15_The_Deep_End.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E16_Carpet_Diem.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E16_Carpet_Diem.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E17_Boyz_Crazy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E17_Boyz_Crazy.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E18_Land_Before_Swine.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E18_Land_Before_Swine.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E19_Dreamscaperers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E19_Dreamscaperers.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S01_E20_Gideon_Rises.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S01_E20_Gideon_Rises.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E01_Scaryoke.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E01_Scaryoke.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E02_Into_the_Bunker.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E02_Into_the_Bunker.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E03_The_Golf_War.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E03_The_Golf_War.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E04_Sock_Opera.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E04_Sock_Opera.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E05_Soos_and_the_Real_Girl.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E05_Soos_and_the_Real_Girl.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E06_Little_Gift_Shop_of_Horrors.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E06_Little_Gift_Shop_of_Horrors.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E07_Society_of_the_Blind_Eye.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E07_Society_of_the_Blind_Eye.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E08_Blendins_Game.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E08_Blendins_Game.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E09_The_Love_God.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E09_The_Love_God.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E10_Northwest_Mansion_Mystery.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E10_Northwest_Mansion_Mystery.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E11_Not_What_He_Seems.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E11_Not_What_He_Seems.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E12_A_Tale_of_Two_Stans.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E12_A_Tale_of_Two_Stans.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E13_Dungeons_Dungeons__More_Dungeons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E13_Dungeons_Dungeons__More_Dungeons.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E14_Stanchurian_Candidate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E14_Stanchurian_Candidate.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E15_The_Last_Mabelcorn.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E15_The_Last_Mabelcorn.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E16_Roadside_Attraction.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E16_Roadside_Attraction.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E17_Dipper__Mabel_vs_the_Future.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E17_Dipper__Mabel_vs_the_Future.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E18_Weirdmageddon_Part_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E18_Weirdmageddon_Part_1.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E19_Weirdmageddon_2_Escape_from_Reality.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E19_Weirdmageddon_2_Escape_from_Reality.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles/S02_E20_Weirdmageddon_3_Take_Back_the_Falls.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/gravity_falls/subtitles/S02_E20_Weirdmageddon_3_Take_Back_the_Falls.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls/subtitles_extraction/S01_E17_Boyz_Crazy/Gravity.Falls.S01E17.Boyz.Crazy.720p-Strajow.srt: -------------------------------------------------------------------------------- 1 | 1 2 | 00:00:05,400 --> 00:00:08,400 3 | (imitates Fat Guy) Do you have this T-shirt in my size? 4 | 5 | 2 6 | 00:00:08,400 --> 00:00:11,400 7 | (imitates Stan) I have something even better! Behold, my butt! 8 | 9 | 3 10 | 00:00:13,400 --> 00:00:15,400 11 | (whispering) I could play this game forever. 12 | 13 | 4 14 | 00:00:15,400 --> 00:00:16,400 15 | What'd you say? 16 | 17 | 5 18 | 00:00:16,400 --> 00:00:19,400 19 | Coughing! I was coughing. Those weren't words. 20 | 21 | 6 22 | 00:00:19,400 --> 00:00:22,400 23 | This is fun. What you two have. 24 | 25 | 7 26 | 00:00:22,400 --> 00:00:24,400 27 | Mabel! How long have you been standing there? 28 | 29 | 8 30 | 00:00:24,567 --> 00:00:30,400 31 | Don't worry about that.Let's talk about why I'm doing this dance! Doo-doo-dooo... 32 | 33 | 9 34 | 00:00:30,400 --> 00:00:32,400 35 | Oh, no! She got into the smile-dip again. 36 | 37 | 10 38 | 00:00:32,400 --> 00:00:38,400 39 | Wrong one thousand! It's because today is the greatest day of my life! 40 | 41 | 11 42 | 00:00:38,400 --> 00:00:39,400 43 | Ow! 44 | 45 | 12 46 | 00:00:39,400 --> 00:00:43,400 47 | 'Sev'ral Timez,' is playing at the Gravity Falls Civic Center and Buffet! 48 | 49 | 13 50 | 00:00:43,400 --> 00:00:48,400 51 | Ugh, Sev'ral Timez? Aren't they that boy band that came a decade too late? 52 | 53 | 14 54 | 00:00:48,400 --> 00:00:53,034 55 | Oh-oh-oh-Oh! Girl you got me actin' so cray-cray! 56 | 57 | 15 58 | 00:00:53,733 --> 00:00:56,363 59 | You tell me that you won't be my bay-bay! 60 | 61 | 16 62 | 00:00:57,223 --> 00:01:00,400 63 | We're non-threatening! 64 | 65 | 17 66 | 00:01:00,400 --> 00:01:03,400 67 | Mable, you know all those boy bands are fake, right? 68 | 69 | 18 70 | 00:01:03,400 --> 00:01:07,400 71 | Dipper's right. They're just a manufactured product of the bloated, corporate music industry. 72 | 73 | 19 74 | 00:01:07,400 --> 00:01:09,400 75 | You're making my dance sad. 76 | 77 | 20 78 | 00:01:09,400 --> 00:01:12,400 79 | There's probably a machine that mass-produces them. 80 | 81 | 21 82 | 00:01:12,400 --> 00:01:15,400 83 | Or maybe the boys are grown from pods! 84 | 85 | 22 86 | 00:01:15,400 --> 00:01:15,400 87 | Yeah, pods, totally! 88 | 89 | 23 90 | 00:01:17,400 --> 00:01:20,400 91 | You guys can't ruin this for me. Mable's got backup! 92 | 93 | 24 94 | 00:01:20,400 --> 00:01:21,400 95 | Hey guys! 96 | 97 | 25 98 | 00:01:21,400 --> 00:01:22,400 99 | Woot woot! 100 | 101 | 26 102 | 00:01:22,400 --> 00:01:27,400 103 | Who's ready for the greatest night of our lives? (singing) How many times am I gonna luv ya? 104 | 105 | 27 106 | 00:01:27,400 --> 00:01:31,400 107 | Sev'ral Timez! 108 | 109 | 28 110 | 00:01:31,400 --> 00:01:33,400 111 | Ugh, girls. 112 | 113 | 29 114 | 00:01:33,400 --> 00:01:34,309 115 | I know, right? 116 | 117 | 30 118 | 00:01:35,400 --> 00:01:40,400 119 | I'm ok! 120 | 121 | 31 122 | 00:01:40,400 --> 00:01:42,676 123 | Gravity Falls. 1x17. 124 | 125 | 32 126 | 00:02:20,400 --> 00:02:24,400 127 | Hmm. Should I go with lip balm or lip salve? 128 | 129 | 33 130 | 00:02:24,400 --> 00:02:26,400 131 | Go wild! Tonight's our night! 132 | 133 | 34 134 | 00:02:26,400 --> 00:02:33,400 135 | I can't wait, guys. Tonight we're gonna meet Creggy G, Greggy C, Leggy P, Chubby Z, and Deep Chris. 136 | 137 | 35 138 | 00:02:33,400 --> 00:02:34,400 139 | He's the fat one. 140 | 141 | 36 142 | 00:02:34,400 --> 00:02:37,400 143 | And those boys will fall in love with us! 144 | 145 | 37 146 | 00:02:37,400 --> 00:02:41,400 147 | Why wouldn't they! 148 | 149 | 38 150 | 00:02:41,400 --> 00:02:44,400 151 | Hey is this the fingerless glove store? I like things that are dumb, I'm Robbie. 152 | 153 | 39 154 | 00:02:45,400 --> 00:02:47,400 155 | Come on, man. 156 | 157 | 40 158 | 00:02:47,400 --> 00:02:55,400 159 | Ha, ha, ha, ha! Laugh it up, chief. (to Wendy) So, hey, Wendy, Nate and his girlfriend are going to Lookout Point this weekend. Maybe we should go, too. 160 | 161 | 41 162 | 00:02:55,400 --> 00:03:00,400 163 | Are you kidding me? First you stand me up last night, and instead of apologizing you want me to go to Lookout Point? 164 | 165 | 42 166 | 00:03:00,400 --> 00:03:04,400 167 | I'll just be over here. 168 | 169 | 43 170 | 00:03:04,400 --> 00:03:11,400 171 | Look, Robbie, I'm not sure this relationship's working. Maybe I should see other people. 172 | 173 | 44 174 | 00:03:11,400 --> 00:03:14,400 175 | Yes! 176 | 177 | 45 178 | 00:03:14,400 --> 00:03:19,750 179 | Whoa! Whoa! Hey, hey. Before you do anything crazy, I, I, uh, I want you to hear this. 180 | 181 | 46 182 | 00:03:21,033 --> 00:03:22,477 183 | I hope this works. 184 | 185 | 47 186 | 00:03:24,853 --> 00:03:27,563 187 | I wrote this song just for you. 188 | 189 | 48 190 | 00:03:28,422 --> 00:03:32,691 191 | When I think about you I feel feelings so deep 192 | 193 | 49 194 | 00:03:32,692 --> 00:03:36,397 195 | I'm tossing and turning And you know I'm losing sleep 196 | 197 | 50 198 | 00:03:36,398 --> 00:03:47,434 199 | And I know I'm going crazy When I look into your eyes Just listen to this song And you'll be hypnoti-i-i-ised. 200 | 201 | 51 202 | 00:03:49,400 --> 00:03:53,400 203 | You know, maybe I was being a little hasty. I'll give you another chance. 204 | 205 | 52 206 | 00:03:53,400 --> 00:03:54,400 207 | Yes, all right! 208 | 209 | 53 210 | 00:03:56,133 --> 00:03:59,400 211 | Let me go grab my coat. 212 | 213 | 54 214 | 00:03:59,400 --> 00:04:03,400 215 | All right, Robbie, I saw that weird CD. What the heck are you up to? 216 | 217 | 55 218 | 00:04:03,400 --> 00:04:06,400 219 | It's called romance, kid. Something you'd never understand. 220 | 221 | 56 222 | 00:04:07,400 --> 00:04:10,400 223 | You ready? I can't believe you wrote that for me! 224 | 225 | 57 226 | 00:04:10,400 --> 00:04:14,400 227 | I know, I'm just so insanely talented. 228 | 229 | 58 230 | 00:04:14,400 --> 00:04:19,400 231 | Hmm. ... Hmm? 232 | 233 | 59 234 | 00:04:19,400 --> 00:04:21,400 235 | What are you doing? 236 | 237 | 60 238 | 00:04:21,400 --> 00:04:25,400 239 | Guys, the weirdest thing just happened. I think Robbie might be hypnotizing Wendy with his music. 240 | 241 | 61 242 | 00:04:25,400 --> 00:04:30,400 243 | Oh, Dipper. Girls just like musicians. You'll understand when you're older. 244 | 245 | 62 246 | 00:04:30,400 --> 00:04:31,400 247 | We're the same age! 248 | 249 | 63 250 | 00:04:31,400 --> 00:04:34,400 251 | Girls mature faster than guys. Right, Grenda? 252 | 253 | 64 254 | 00:04:35,370 --> 00:04:37,900 255 | This is Grenda time! 256 | 257 | 65 258 | 00:04:41,027 --> 00:04:44,400 259 | Okay, girls, have you all practiced your obsessed boy band scream? 260 | 261 | 66 262 | 00:04:49,400 --> 00:04:53,400 263 | Just gonna ignore that. ... Tickets please! 264 | 265 | 67 266 | 00:04:53,400 --> 00:04:55,400 267 | Too late girls. The show is sold out! 268 | 269 | 68 270 | 00:05:01,074 --> 00:05:03,400 271 | This night is ruined! 272 | 273 | 69 274 | 00:05:03,992 --> 00:05:07,400 275 | I welcome you, death. 276 | 277 | 70 278 | 00:05:09,400 --> 00:05:13,400 279 | No! I said we're going to meet Sev'ral Timez tonight and I meant it, and I'm not gonna let a "Keep Out" sign keep us out! 280 | 281 | 71 282 | 00:05:17,400 --> 00:05:25,400 283 | Stocking meat for the Apocalypse, doodly-doo. We're all gonna die! (normal) What's with the pacing, kid? You look even more freaked out than usual. 284 | 285 | 72 286 | 00:05:25,400 --> 00:05:27,400 287 | Ah, I don't know. You wouldn't understand. 288 | 289 | 73 290 | 00:05:27,400 --> 00:05:30,400 291 | Aw, come on, kid, try me. 292 | 293 | 74 294 | 00:05:30,400 --> 00:05:35,400 295 | Okay, this is gonna sound weird, but I think Robbie might be brainwashing Wendy with music. 296 | 297 | 75 298 | 00:05:35,400 --> 00:05:38,400 299 | I've seen this before. 300 | 301 | 76 302 | 00:05:38,400 --> 00:05:38,400 303 | Really? 304 | 305 | 77 306 | 00:05:38,400 --> 00:05:44,400 307 | Her name was Carla McKorkle. Carla "Hot Pants" McKorkle. 308 | 309 | 78 310 | 00:05:47,400 --> 00:05:50,594 311 | Me and Carla-baby would cut a rug together at The Juke Joint. 312 | 313 | 79 314 | 00:05:50,595 --> 00:05:53,537 315 | Our favorite fifties themed nineteen seventies diner. 316 | 317 | 80 318 | 00:05:53,538 --> 00:05:59,729 319 | Then one day, this new age tree hugger starts playing this transcendental hippie music. 320 | 321 | 81 322 | 00:06:03,048 --> 00:06:08,173 323 | Carla's hot pants turned into bell bottoms before I even knew what happened. 324 | 325 | 82 326 | 00:06:12,889 --> 00:06:16,400 327 | My memories get a little hallucinationy at the end, but you get the gist. 328 | 329 | 83 330 | 00:06:16,400 --> 00:06:18,400 331 | So wait, you actually believe my theory? 332 | 333 | 84 334 | 00:06:18,400 --> 00:06:29,400 335 | You're darn right I do! And we're gonna get to the bottom of it! Right after I get to the bottom of this brown meat! It's apocalycious! 336 | 337 | 85 338 | 00:06:29,400 --> 00:06:31,400 339 | (singing) Sev'ral Timez! 340 | 341 | 86 342 | 00:06:34,023 --> 00:06:39,859 343 | (into microphone) Hey, girl, I just wanna get real for a moment and say that while we love being superstars, the real reason we do this, is for you! 344 | 345 | 87 346 | 00:06:39,860 --> 00:06:42,809 347 | For you specifically. Not the girl sitting next to you! But you! 348 | 349 | 88 350 | 00:06:42,844 --> 00:06:44,400 351 | I love you Deep Chris. 352 | 353 | 89 354 | 00:06:44,400 --> 00:06:46,400 355 | He was talking to me! 356 | 357 | 90 358 | 00:06:48,400 --> 00:06:50,400 359 | Get 'im! Get 'im! 360 | 361 | 91 362 | 00:06:50,400 --> 00:06:52,400 363 | Thank you, good night! 364 | 365 | 92 366 | 00:06:55,400 --> 00:06:57,400 367 | Hello? Sev'ral Timez? 368 | 369 | 93 370 | 00:06:57,400 --> 00:07:00,400 371 | We want to give you several kisses! 372 | 373 | 94 374 | 00:07:00,400 --> 00:07:01,400 375 | Look! 376 | 377 | 95 378 | 00:07:04,400 --> 00:07:13,890 379 | This is it, girls! You're finally going to meet the five cutest boys in the world. Dipper's gonna eat his words that boy bands are "fake!" 380 | 381 | 96 382 | 00:07:28,400 --> 00:07:30,400 383 | This is fun! 384 | 385 | 97 386 | 00:07:30,400 --> 00:07:35,400 387 | Yo, we're clones, dawg! 388 | 389 | 98 390 | 00:07:35,400 --> 00:07:35,400 391 | O.('Oh') 392 | 393 | 99 394 | 00:07:35,400 --> 00:07:36,400 395 | M.('My') 396 | 397 | 100 398 | 00:07:36,400 --> 00:07:38,400 399 | G.('God') 400 | 401 | 101 402 | 00:07:39,400 --> 00:07:45,400 403 | That is one big hamster tube! Someone's coming! 404 | 405 | 102 406 | 00:07:45,400 --> 00:07:54,400 407 | Terrible show! What is wrong with you boys? You barely even sold out the arena! And Deep Chris, you call that a pout? 408 | 409 | 103 410 | 00:07:55,810 --> 00:07:58,761 411 | Every one of you should be ashamed of yourselves! 412 | 413 | 104 414 | 00:07:58,762 --> 00:07:59,762 415 | Except for you, Leggy P, you were really on point tonight. Here ya go, gorgeous. 416 | 417 | 105 418 | 00:08:05,751 --> 00:08:15,220 419 | As for the rest of you, remember, you can always be replaced by your 'brothers!' Dance for me, child! Dance! 420 | 421 | 106 422 | 00:08:21,546 --> 00:08:25,117 423 | My throat is killing me! Can someone get me a lemon and water! 424 | 425 | 107 426 | 00:08:25,400 --> 00:08:32,400 427 | Who goes there? Prepare to be danced at. 428 | 429 | 108 430 | 00:08:32,400 --> 00:08:37,400 431 | Step off, Deep Chris. She's a lady. Don't disrespect her, bro! Don't disrespect! 432 | 433 | 109 434 | 00:08:37,400 --> 00:08:39,400 435 | My bad. 436 | 437 | 110 438 | 00:08:40,400 --> 00:08:44,400 439 | Chubby Z, let's calm this boo by posing for her, poster style. 440 | 441 | 111 442 | 00:08:46,497 --> 00:08:54,400 443 | Trying hard not to let my brain explode. I've always wanted to meet you guys! But what was the deal with that scary chub-chub man? 444 | 445 | 112 446 | 00:08:54,400 --> 00:08:56,400 447 | Mr. Bratsman is our producer, yo. 448 | 449 | 113 450 | 00:08:56,400 --> 00:08:59,400 451 | He genetically engineered us to be the perfect boy band, G. 452 | 453 | 114 454 | 00:08:59,400 --> 00:09:02,400 455 | But he keeps us in cages! That junk is straight brutal, girl. 456 | 457 | 115 458 | 00:09:02,400 --> 00:09:05,400 459 | That is straight brutal, Chubby Z. 460 | 461 | 116 462 | 00:09:05,400 --> 00:09:11,422 463 | Our one dream is to escape into the real world, for real. Yo, I heard tell about these things called trees? 464 | 465 | 117 466 | 00:09:11,423 --> 00:09:17,153 467 | I don't know what they are, but I wanna kiss one! But we can't disobey Mr. Bratsman. He says he loves us. 468 | 469 | 118 470 | 00:09:17,188 --> 00:09:19,295 471 | If he loved you, he'd set you free! 472 | 473 | 119 474 | 00:09:19,330 --> 00:09:20,400 475 | Oh, yeah. True dat. 476 | 477 | 120 478 | 00:09:19,400 --> 00:09:23,400 479 | That's a valid perspective! 480 | 481 | 121 482 | 00:09:23,400 --> 00:09:26,400 483 | Lets go, right now! Me and my friends can help you escape! 484 | 485 | 122 486 | 00:09:26,400 --> 00:09:28,400 487 | We're masters of stealth! 488 | 489 | 123 490 | 00:09:28,400 --> 00:09:31,210 491 | Yo, you'd really do that for us, beef? 492 | 493 | 124 494 | 00:09:31,245 --> 00:09:36,400 495 | You can count on me! I'm sorry, did you just call me 'beef?' 496 | 497 | 125 498 | 00:09:37,521 --> 00:09:41,426 499 | You see, Dipper, music has subliminal mind-control hidden in it all the time. 500 | 501 | 126 502 | 00:09:41,427 --> 00:09:46,268 503 | If you listen closely, even the music I play in the gift shop has subtle hidden messages. 504 | 505 | 127 506 | 00:09:47,214 --> 00:09:50,550 507 | Buy more key chains! Buy more key chains! 508 | 509 | 128 510 | 00:09:51,400 --> 00:09:56,885 511 | If you want to hear the mind controlling messages, you gotta slow down the record. Gimme that LP. 512 | 513 | 129 514 | 00:10:00,400 --> 00:10:01,400 515 | Oh. Right. 516 | 517 | 130 518 | 00:10:01,400 --> 00:10:05,400 519 | We're doing something wrong here but I can't put my finger on it. 520 | 521 | 131 522 | 00:10:07,400 --> 00:10:09,400 523 | Hey, guys. How was the concert? And what's in the bag? 524 | 525 | 132 526 | 00:10:09,400 --> 00:10:11,400 527 | Uh, money! Money we stole! 528 | 529 | 133 530 | 00:10:11,400 --> 00:10:13,400 531 | We're criminals! We'll cut you! 532 | 533 | 134 534 | 00:10:13,400 --> 00:10:14,400 535 | Let's go away from here now. 536 | 537 | 135 538 | 00:10:15,400 --> 00:10:25,400 539 | Ow! Oof! Ow! Hey! Dang, girl! 540 | 541 | 136 542 | 00:10:25,400 --> 00:10:30,400 543 | Your tour bus is really strange, Mable-girl. Where the feedin' tubes at? 544 | 545 | 137 546 | 00:10:30,400 --> 00:10:33,236 547 | Yo, whatup, girl? 548 | 549 | 138 550 | 00:10:34,451 --> 00:10:36,176 551 | So when do we get to go outside? 552 | 553 | 139 554 | 00:10:36,211 --> 00:10:39,400 555 | I wanna cavort like a woodland creature. 556 | 557 | 140 558 | 00:10:39,400 --> 00:10:41,400 559 | It's your producer! 560 | 561 | 141 562 | 00:10:49,711 --> 00:10:52,957 563 | I can't believe those boys escaped from their cage! You there! 564 | 565 | 142 566 | 00:10:52,958 --> 00:10:59,286 567 | I found this trail of frosted tips leading to this very location! Have you seen any perfect boys around here? 568 | 569 | 143 570 | 00:10:59,321 --> 00:11:02,400 571 | Only when I look in the mirror. Heh heh! Up top! 572 | 573 | 144 574 | 00:11:02,400 --> 00:11:07,910 575 | They must be around here somewhere. I'll find those boys if I have to turn this town upside down. 576 | 577 | 145 578 | 00:11:09,010 --> 00:11:10,166 579 | Shoo! Shoo! 580 | 581 | 146 582 | 00:11:16,299 --> 00:11:17,718 583 | Good boy. 584 | 585 | 147 586 | 00:11:17,753 --> 00:11:20,400 587 | Guys, it's not safe out there. Ergman's still looking for you . 588 | 589 | 148 590 | 00:11:20,400 --> 00:11:20,400 591 | What do we do! 592 | 593 | 149 594 | 00:11:20,400 --> 00:11:21,400 595 | Ah, dang! 596 | 597 | 150 598 | 00:11:21,400 --> 00:11:22,400 599 | I'm scared, Mable! 600 | 601 | 151 602 | 00:11:22,400 --> 00:11:27,400 603 | Don't worry, guys, he has to give up eventually. Hey, in the meantime you could stay here with us! 604 | 605 | 152 606 | 00:11:27,400 --> 00:11:28,400 607 | All right! 608 | 609 | 153 610 | 00:11:28,400 --> 00:11:30,258 611 | Twenty thirteen! 612 | 613 | 154 614 | 00:11:30,293 --> 00:11:36,400 615 | Girls, do you realize what's happening here? We have our very own pet boy band that we can do whatever we want with! 616 | 617 | 155 618 | 00:11:36,400 --> 00:11:44,400 619 | Remember, eventually we have to let them go. We have to promise not to get too attached to them, right, Mable? Mable? 620 | 621 | 156 622 | 00:11:45,421 --> 00:11:50,914 623 | All aboard the braid train! Braid! Braid! What? 624 | 625 | 157 626 | 00:11:51,400 --> 00:11:54,864 627 | (singing) C'mon baby, wont you fly away with me 628 | 629 | 158 630 | 00:11:54,865 --> 00:11:57,065 631 | Take my hand, its destiny 632 | 633 | 159 634 | 00:11:57,066 --> 00:11:59,845 635 | We dont need nobody if we stay together 636 | 637 | 160 638 | 00:11:59,846 --> 00:12:02,452 639 | Girl, just take my hand, it can be forever 640 | 641 | 161 642 | 00:12:02,453 --> 00:12:04,864 643 | Up into the sky, girl were gonna fly 644 | 645 | 162 646 | 00:12:04,865 --> 00:12:07,692 647 | Look into my big blue eyes 648 | 649 | 163 650 | 00:12:07,693 --> 00:12:09,696 651 | Girl you know its destiny 652 | 653 | 164 654 | 00:12:09,697 --> 00:12:12,216 655 | Take my hand and youre gonna see 656 | 657 | 165 658 | 00:12:12,217 --> 00:12:14,918 659 | Escape, runnin from reality 660 | 661 | 166 662 | 00:12:14,919 --> 00:12:18,171 663 | Itll be this way forever 664 | 665 | 167 666 | 00:12:19,439 --> 00:12:21,404 667 | Just, oh, just a few more minutes. 668 | 669 | 168 670 | 00:12:21,439 --> 00:12:21,982 671 | But... 672 | 673 | 169 674 | 00:12:26,913 --> 00:12:30,068 675 | All right, it took all day, but I converted it to a record. 676 | 677 | 170 678 | 00:12:30,069 --> 00:12:35,548 679 | And now we can slow it down to see if the mind control message theory is correct! Prepare to have your mind blown. 680 | 681 | 171 682 | 00:12:35,583 --> 00:12:37,164 683 | Spit-take, here I come! 684 | 685 | 172 686 | 00:12:39,532 --> 00:12:44,723 687 | (singing) When I think about you (in slow motion) I feel feelings so deep 688 | 689 | 173 690 | 00:12:44,724 --> 00:12:48,850 691 | I'm tossing and turningAnd you know I'm losin sleepAnd I know I'm going... 692 | 693 | 174 694 | 00:12:48,850 --> 00:12:50,366 695 | Hmm... That's not spit-worthy! What gives? 696 | 697 | 175 698 | 00:12:50,401 --> 00:12:51,382 699 | What? Is that it? 700 | 701 | 176 702 | 00:12:51,417 --> 00:12:54,484 703 | (slow motion) ...cra-cra-cra-cra-cra-cra-cra-crazy... 704 | 705 | 177 706 | 00:12:55,348 --> 00:12:59,060 707 | This was so stupid! Of course there's no hidden mind control messages. 708 | 709 | 178 710 | 00:12:59,061 --> 00:13:02,971 711 | Mable was right. Wendy just likes the song! She just likes Robbie. 712 | 713 | 179 714 | 00:13:03,400 --> 00:13:05,400 715 | Hey, Dip. Forgot my keys. 716 | 717 | 180 718 | 00:13:06,756 --> 00:13:10,400 719 | What's up, junior. What are you doing, trying to come up with an equation to make girls like you? 720 | 721 | 181 722 | 00:13:11,460 --> 00:13:13,427 723 | Ready to go to Lookout point? 724 | 725 | 182 726 | 00:13:13,462 --> 00:13:18,090 727 | Am I! Later, dorks! Catch you on the rewind! I made that up. 728 | 729 | 183 730 | 00:13:18,125 --> 00:13:19,522 731 | I'll rewind your face! 732 | 733 | 184 734 | 00:13:19,557 --> 00:13:23,400 735 | Wait a minute! Stan! Rewind! 736 | 737 | 185 738 | 00:13:23,400 --> 00:13:29,424 739 | You are now under my control. Your mind is mine. 740 | 741 | 186 742 | 00:13:30,851 --> 00:13:33,816 743 | Holy mackerel! Now there's your spit-take! 744 | 745 | 187 746 | 00:13:34,727 --> 00:13:39,279 747 | I knew it! It's mind control after all! Oh, no! I gotta save Wendy! 748 | 749 | 188 750 | 00:13:39,314 --> 00:13:43,340 751 | Finally a good reason to punch a teenager in the face! Let's roll! 752 | 753 | 189 754 | 00:13:46,000 --> 00:13:47,000 755 | How'd it go up there? 756 | 757 | 190 758 | 00:13:47,000 --> 00:13:53,000 759 | I finally got them to sleep. Poor Greggy C, he tried to eat a tape dispenser. 760 | 761 | 191 762 | 00:13:53,000 --> 00:13:59,000 763 | I think this is food, dawg. 764 | 765 | 192 766 | 00:13:59,000 --> 00:14:00,000 767 | Yo, you gonna share that? 768 | 769 | 193 770 | 00:14:00,000 --> 00:14:02,000 771 | Ah, memories. 772 | 773 | 194 774 | 00:14:02,000 --> 00:14:08,096 775 | The music industry was shaken today at the news that boy band king, Ergman Bratsman, has been arrested. 776 | 777 | 195 778 | 00:14:08,097 --> 00:14:11,490 779 | He was pulled over tonight for not having a rear license plate. 780 | 781 | 196 782 | 00:14:11,525 --> 00:14:14,000 783 | I'm telling you! The goat took it! 784 | 785 | 197 786 | 00:14:14,000 --> 00:14:16,000 787 | That's what they all say. 788 | 789 | 198 790 | 00:14:16,000 --> 00:14:19,000 791 | He is now in county jail, awaiting trial. 792 | 793 | 199 794 | 00:14:19,000 --> 00:14:20,000 795 | Yes! 796 | 797 | 200 798 | 00:14:20,000 --> 00:14:22,000 799 | We have to tell the boys they are free now! 800 | 801 | 201 802 | 00:14:24,000 --> 00:14:25,000 803 | Let's go! 804 | 805 | 202 806 | 00:14:27,800 --> 00:14:30,800 807 | Not so fast! They're not going anywhere! 808 | 809 | 203 810 | 00:14:34,200 --> 00:14:38,200 811 | What's the dealio, Mable? That evil producer is gone, we have to tell the boys. 812 | 813 | 204 814 | 00:14:38,200 --> 00:14:42,727 815 | Wait, girls, let's not be so hasty. I mean, think about it. 816 | 817 | 205 818 | 00:14:42,728 --> 00:14:47,046 819 | If we don't tell the boys, then they can stay here with me! I mean, with us. 820 | 821 | 206 822 | 00:14:47,200 --> 00:14:49,200 823 | Mable, we can't keep them here forever. 824 | 825 | 207 826 | 00:14:49,200 --> 00:14:50,200 827 | But I love them! 828 | 829 | 208 830 | 00:14:50,200 --> 00:14:52,200 831 | If you loved them, you'd set them free. 832 | 833 | 209 834 | 00:14:52,200 --> 00:14:57,200 835 | Never! Every boy I loved this summer has left me, and I'm not gonna let it happen again. 836 | 837 | 210 838 | 00:14:57,200 --> 00:15:00,200 839 | Candy, we gotta get past Mable. She's gone boy crazy. 840 | 841 | 211 842 | 00:15:01,676 --> 00:15:03,200 843 | Boys! 844 | 845 | 212 846 | 00:15:03,200 --> 00:15:07,200 847 | Mmmm! Candy, attack! 848 | 849 | 213 850 | 00:15:09,200 --> 00:15:12,200 851 | You guys! Ergman Bratsman is in jail! You're free! 852 | 853 | 214 854 | 00:15:12,200 --> 00:15:13,200 855 | Just go! 856 | 857 | 215 858 | 00:15:13,200 --> 00:15:15,200 859 | Woah! Is that true, Mable-Dog? 860 | 861 | 216 862 | 00:15:15,200 --> 00:15:21,200 863 | Uh, no, your producer's still out there. You're gonna have to stay here, probably forever! 864 | 865 | 217 866 | 00:15:21,200 --> 00:15:22,200 867 | What? You can't listen to her! 868 | 869 | 218 870 | 00:15:22,200 --> 00:15:26,200 871 | Mable's our girl, girl. She puts pizza in our food trough. 872 | 873 | 219 874 | 00:15:26,200 --> 00:15:29,200 875 | She changes my newspaper, yo! She's a'ight! 876 | 877 | 220 878 | 00:15:29,200 --> 00:15:31,200 879 | She is not a'ight, Chubby Z! 880 | 881 | 221 882 | 00:15:32,200 --> 00:15:33,200 883 | Sev'ral Timez! 884 | 885 | 222 886 | 00:15:33,600 --> 00:15:35,600 887 | Yes Mable-Dog? 888 | 889 | 223 890 | 00:15:35,600 --> 00:15:38,600 891 | Remove these two from the premises please. 892 | 893 | 224 894 | 00:15:41,600 --> 00:15:46,983 895 | Oh, no! They're aggressively dancing at us! Mable's gone mad with power! 896 | 897 | 225 898 | 00:15:46,984 --> 00:15:50,167 899 | Save yourselves, Sev'ral Timez! You were better off with your producer! 900 | 901 | 226 902 | 00:15:50,600 --> 00:15:51,600 903 | Word! 904 | 905 | 227 906 | 00:15:51,600 --> 00:15:53,600 907 | Call me, Deep Chris! 908 | 909 | 228 910 | 00:15:53,600 --> 00:15:55,600 911 | Twenty thirteen! 912 | 913 | 229 914 | 00:15:55,600 --> 00:16:00,600 915 | Thank you, boys. Now let's get aboard the braid train! 916 | 917 | 230 918 | 00:16:00,600 --> 00:16:04,307 919 | Things just got pretty heavy, Mable. Maybe we should all just, like, chill for a minute and-- 920 | 921 | 231 922 | 00:16:04,342 --> 00:16:06,892 923 | (interrupts) I said let's get aboard the braid train! 924 | 925 | 232 926 | 00:16:10,600 --> 00:16:13,600 927 | We gotta warn Wendy about that song before she gets brainwashed! 928 | 929 | 233 930 | 00:16:13,600 --> 00:16:16,600 931 | Road safety laws, prepare to be ignored! 932 | 933 | 234 934 | 00:16:22,600 --> 00:16:32,600 935 | Ha, weird, Nate didnt show up. So I, I guess its just you and me. This isnt what I was planning at all! 936 | 937 | 235 938 | 00:16:32,600 --> 00:16:33,600 939 | Whoa! 940 | 941 | 236 942 | 00:16:33,600 --> 00:16:37,600 943 | Wendy! Stop! Robbie's been lying to you! 944 | 945 | 237 946 | 00:16:37,600 --> 00:16:37,600 947 | Dipper? 948 | 949 | 238 950 | 00:16:37,600 --> 00:16:39,600 951 | Kid! Mr. Pines? 952 | 953 | 239 954 | 00:16:39,600 --> 00:16:40,926 955 | That's Mr. Pines to you! 956 | 957 | 240 958 | 00:16:40,926 --> 00:16:42,600 959 | What? That's what I just said. 960 | 961 | 241 962 | 00:16:42,600 --> 00:16:46,600 963 | Look, Wendy, you've gotta hear this. 964 | 965 | 242 966 | 00:16:47,600 --> 00:16:54,600 967 | Mable, you've gotta hear this. It's a song we wrote to say thank you. Hit it! 968 | 969 | 243 970 | 00:16:54,600 --> 00:16:59,600 971 | Oh, boy, songs are like hugs that mouths give to ears. 972 | 973 | 244 974 | 00:16:59,600 --> 00:17:04,382 975 | (singing) Here comes yoMable-girl, we dreamed of being free (so free) 976 | 977 | 245 978 | 00:17:04,383 --> 00:17:08,095 979 | But now we know that that can never be 980 | 981 | 246 982 | 00:17:08,096 --> 00:17:09,966 983 | You know what friends are all about 984 | 985 | 247 986 | 00:17:09,967 --> 00:17:11,815 987 | You kicked those lying shorties out 988 | 989 | 248 990 | 00:17:12,669 --> 00:17:14,600 991 | I'm starting to feel guilty here. 992 | 993 | 249 994 | 00:17:14,600 --> 00:17:17,925 995 | (singing) Break it down! Who's the girls who's so a'ight. 996 | 997 | 250 998 | 00:17:17,925 --> 00:17:19,861 999 | (singing) Tucks in to bed at night. 1000 | 1001 | 251 1002 | 00:17:19,861 --> 00:17:22,395 1003 | (singing) Holds the fan up while we sing. 1004 | 1005 | 252 1006 | 00:17:22,395 --> 00:17:23,915 1007 | (singing) Keeps me entertained with string. 1008 | 1009 | 253 1010 | 00:17:23,950 --> 00:17:25,366 1011 | (singing) My shirt was wrinkled till... 1012 | 1013 | 254 1014 | 00:17:25,366 --> 00:17:26,454 1015 | (singing) ...she pressed it. 1016 | 1017 | 255 1018 | 00:17:26,454 --> 00:17:26,600 1019 | (singing) Chews our food... 1020 | 1021 | 256 1022 | 00:17:26,600 --> 00:17:28,600 1023 | (singing) ...so we can digest it. 1024 | 1025 | 257 1026 | 00:17:28,600 --> 00:17:29,600 1027 | (singing) He was evil, mean and reckless. 1028 | 1029 | 258 1030 | 00:17:29,600 --> 00:17:32,600 1031 | (singing) You gave me this candy necklace. 1032 | 1033 | 259 1034 | 00:17:32,600 --> 00:17:36,093 1035 | (singing) 'Sup, girl, other folks we could never trust 1036 | 1037 | 260 1038 | 00:17:36,094 --> 00:17:40,134 1039 | But we know that you'd never lie to us. 1040 | 1041 | 261 1042 | 00:17:40,600 --> 00:17:46,600 1043 | (singing) Mable-girl, we know you love us so 1044 | 1045 | 262 1046 | 00:17:46,600 --> 00:17:51,600 1047 | And that's why I've got to let you go. 1048 | 1049 | 263 1050 | 00:17:51,600 --> 00:17:51,600 1051 | (singing) When I think about youI feel feelings so deepI'm tossing... 1052 | 1053 | 264 1054 | 00:17:51,600 --> 00:17:55,600 1055 | Uh, there's a message in there, I swear! 1056 | 1057 | 265 1058 | 00:17:55,600 --> 00:17:57,600 1059 | Let me just close the window. 1060 | 1061 | 266 1062 | 00:17:57,600 --> 00:17:58,600 1063 | Wait, wait! Here! 1064 | 1065 | 267 1066 | 00:17:59,600 --> 00:18:04,600 1067 | You are now under my control. Your mind is mine. 1068 | 1069 | 268 1070 | 00:18:04,600 --> 00:18:08,600 1071 | Whoa! Robbie, what's that doing in our song? 1072 | 1073 | 269 1074 | 00:18:08,600 --> 00:18:16,600 1075 | Baby, I promise, I don't know anything about those messages. In fact, I didn't even write that song. I ripped it off some other band. So we're all good, right? 1076 | 1077 | 270 1078 | 00:18:16,600 --> 00:18:23,600 1079 | No, we're not all good. I don't care about the messages! You said you wrote that song for me. And I actually thought it was sweet, you big liar! 1080 | 1081 | 271 1082 | 00:18:23,600 --> 00:18:28,600 1083 | I know, I know. I lie about a lot of stuff. Like using your makeup and fighting a bear, although-- 1084 | 1085 | 272 1086 | 00:18:28,600 --> 00:18:32,600 1087 | (interrupts) No. You know what. It's over Robbie. We're through. 1088 | 1089 | 273 1090 | 00:18:32,600 --> 00:18:33,600 1091 | What! Wendy! 1092 | 1093 | 274 1094 | 00:18:33,600 --> 00:18:35,600 1095 | Goodbye. 1096 | 1097 | 275 1098 | 00:18:35,600 --> 00:18:42,600 1099 | We won! Kid, this is a victory for every guy who's hands are too weak or fat to play a musical instrument! 1100 | 1101 | 276 1102 | 00:18:42,600 --> 00:18:44,600 1103 | I couldn't have done it without you, Grunkle Stan! 1104 | 1105 | 277 1106 | 00:18:44,600 --> 00:18:46,600 1107 | Ha! 1108 | 1109 | 278 1110 | 00:18:46,600 --> 00:18:52,600 1111 | Um, hey! Uh, now that your night is free, me and Grunkle Stan were thinking, maybe bowling or something. 1112 | 1113 | 279 1114 | 00:18:52,600 --> 00:19:02,600 1115 | Are you serious? Right now? What is wrong with guys? You only think about yourselves! All of you should just leave me alone. 1116 | 1117 | 280 1118 | 00:19:02,600 --> 00:19:03,600 1119 | Oh, man! 1120 | 1121 | 281 1122 | 00:19:03,600 --> 00:19:13,600 1123 | Look, if it makes you feel any better, the apocalypse is coming soon. Bury your gold! You've been buying gold, right? 1124 | 1125 | 282 1126 | 00:19:13,600 --> 00:19:14,600 1127 | We've got to save the boys. 1128 | 1129 | 283 1130 | 00:19:14,600 --> 00:19:17,600 1131 | I'm prepared to defend myself. 1132 | 1133 | 284 1134 | 00:19:17,600 --> 00:19:25,600 1135 | Hi, guys. I'm sorry I went bonkers. A catchy song made me realize that you were right. Can you ever forgive me? 1136 | 1137 | 285 1138 | 00:19:25,600 --> 00:19:26,600 1139 | Of course! 1140 | 1141 | 286 1142 | 00:19:26,600 --> 00:19:28,600 1143 | Friendship repaired. 1144 | 1145 | 287 1146 | 00:19:28,600 --> 00:19:29,600 1147 | What's goin' on, Mable-girl? 1148 | 1149 | 288 1150 | 00:19:29,600 --> 00:19:32,600 1151 | You said you had something you wanted to show us or some deal? 1152 | 1153 | 289 1154 | 00:19:32,600 --> 00:19:34,600 1155 | Yep, this! 1156 | 1157 | 290 1158 | 00:19:34,600 --> 00:19:38,600 1159 | Yo, dawg, who is this big round bright fool? 1160 | 1161 | 291 1162 | 00:19:38,600 --> 00:19:40,600 1163 | That, Chubby Z., is the sun. 1164 | 1165 | 292 1166 | 00:19:40,600 --> 00:19:49,600 1167 | That fool's makin' my eyes burn straight painful! I'm gonna stare that fool down! 1168 | 1169 | 293 1170 | 00:19:49,600 --> 00:19:51,600 1171 | Yo, yo, hold up. What's this big green mess? 1172 | 1173 | 294 1174 | 00:19:51,600 --> 00:20:00,600 1175 | That's nature, Deep Chris! Bratsman wont bother you anymore. You can do anything you want to do, go anywhere you want to go. You're free. 1176 | 1177 | 295 1178 | 00:20:00,600 --> 00:20:01,600 1179 | Fuh-ree? 1180 | 1181 | 296 1182 | 00:20:01,600 --> 00:20:16,600 1183 | Free! You're free! It means you can skedaddle! Now go! Go! Get outta here before I change my mind! 1184 | 1185 | 297 1186 | 00:20:21,600 --> 00:20:25,600 1187 | (singing) Goodbye, girl! 1188 | 1189 | 298 1190 | 00:20:25,600 --> 00:20:27,600 1191 | They won't last a week. 1192 | 1193 | 299 1194 | 00:20:28,600 --> 00:20:36,600 1195 | Women! They're the real mystery, Dip. You ruin their date, drive their hippie boyfriend's van into a ravine, and somehow you're the "bad guy". 1196 | 1197 | 300 1198 | 00:20:36,600 --> 00:20:41,600 1199 | No, it's my fault. I shouldn't have meddled in Wendy's personal life. She probably hates me now. 1200 | 1201 | 301 1202 | 00:20:41,600 --> 00:20:47,600 1203 | Ah, chin up, kid, you were trying to do the right thing. Even though you destroyed a relationship and part of my car. 1204 | 1205 | 302 1206 | 00:20:47,600 --> 00:20:48,600 1207 | You think she'll ever forgive me? 1208 | 1209 | 303 1210 | 00:20:48,600 --> 00:20:52,600 1211 | I bet she will, and until then you can always go bowling with me. 1212 | 1213 | 304 1214 | 00:20:52,600 --> 00:20:53,600 1215 | Thanks, Grunkle Stan? 1216 | 1217 | 305 1218 | 00:20:53,600 --> 00:20:55,600 1219 | Don't mention it, kid. 1220 | 1221 | 306 1222 | 00:20:55,600 --> 00:20:55,600 1223 | 1224 | 1225 | 307 1226 | 00:20:55,600 --> 00:20:57,600 1227 | Wait a second. Is something rooting through our trash? 1228 | 1229 | 308 1230 | 00:20:58,600 --> 00:21:00,600 1231 | Hey, hey! Get outta here! 1232 | 1233 | 309 1234 | 00:21:02,600 --> 00:21:07,940 1235 | Darn beautiful men! Always eating, eating out of my trash. Wait, what? 1236 | 1237 | 310 1238 | 00:21:09,600 --> 00:21:19,956 1239 | (singing) Girl you got me actin' so cray-cray! (cray-cray)You tell me that you won't be my bay-bay! We're non-threatening, girl. Yeah 1240 | 1241 | 311 1242 | 00:21:28,511 --> 00:21:29,721 1243 | Dang, girl. 1244 | 1245 | 312 1246 | 00:21:35,443 --> 00:21:36,591 1247 | Twenty thirteen. 1248 | 1249 | -------------------------------------------------------------------------------- /02_other_shows_subtitles/gravity_falls_links_all_seasons.csv: -------------------------------------------------------------------------------- 1 | episode,season,title,file_name,link 2 | E01,S01,Tourist Trapped,S01_E01_Tourist_Trapped,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2152239 3 | E02,S01,The Legend of the Gobblewonker,S01_E02_The_Legend_of_the_Gobblewonker,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2168670 4 | E03,S01,Headhunters,S01_E03_Headhunters,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2168676 5 | E04,S01,The Hand That Rocks the Mabel,S01_E04_The_Hand_That_Rocks_the_Mabel,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2229194 6 | E05,S01,The Inconveniencing,S01_E05_The_Inconveniencing,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2229196 7 | E06,S01,Dipper vs. Manliness,S01_E06_Dipper_vs_Manliness,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2229192 8 | E07,S01,Double Dipper,S01_E07_Double_Dipper,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2267658 9 | E08,S01,Irrational Treasure,S01_E08_Irrational_Treasure,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2267660 10 | E09,S01,The Time Traveler's Pig,S01_E09_The_Time_Travelers_Pig,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2310928 11 | E10,S01,Fight Fighters,S01_E10_Fight_Fighters,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2340344 12 | E11,S01,Little Dipper,S01_E11_Little_Dipper,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2340350 13 | E12,S01,Summerween,S01_E12_Summerween,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2439428 14 | E13,S01,Boss Mabel,S01_E13_Boss_Mabel,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2468818 15 | E14,S01,Bottomless Pit,S01_E14_Bottomless_Pit,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2717560 16 | E15,S01,The Deep End,S01_E15_The_Deep_End,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2717562 17 | E16,S01,Carpet Diem,S01_E16_Carpet_Diem,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2717564 18 | E17,S01,Boyz Crazy,S01_E17_Boyz_Crazy,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2813658 19 | E18,S01,Land Before Swine,S01_E18_Land_Before_Swine,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-2973488 20 | E19,S01,Dreamscaperers,S01_E19_Dreamscaperers,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3031772 21 | E20,S01,Gideon Rises,S01_E20_Gideon_Rises,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3054596 22 | E01,S02,Scary-oke,S02_E01_Scaryoke,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3780836 23 | E02,S02,Into the Bunker,S02_E02_Into_the_Bunker,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3802848 24 | E03,S02,The Golf War,S02_E03_The_Golf_War,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3918432 25 | E04,S02,Sock Opera,S02_E04_Sock_Opera,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-3918438 26 | E05,S02,Soos and the Real Girl,S02_E05_Soos_and_the_Real_Girl,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4054258 27 | E06,S02,Little Gift Shop of Horrors,S02_E06_Little_Gift_Shop_of_Horrors,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4082996 28 | E07,S02,Society of the Blind Eye,S02_E07_Society_of_the_Blind_Eye,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4074470 29 | E08,S02,Blendin's Game,S02_E08_Blendins_Game,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4192532 30 | E09,S02,The Love God,S02_E09_The_Love_God,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4192536 31 | E10,S02,Northwest Mansion Mystery,S02_E10_Northwest_Mansion_Mystery,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4373958 32 | E11,S02,Not What He Seems,S02_E11_Not_What_He_Seems,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4460256 33 | E12,S02,A Tale of Two Stans,S02_E12_A_Tale_of_Two_Stans,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4575574 34 | E13,S02,"Dungeons, Dungeons, & More Dungeons",S02_E13_Dungeons_Dungeons__More_Dungeons,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4823986 35 | E14,S02,Stanchurian Candidate,S02_E14_Stanchurian_Candidate,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4843660 36 | E15,S02,The Last Mabelcorn,S02_E15_The_Last_Mabelcorn,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4938792 37 | E16,S02,Roadside Attraction,S02_E16_Roadside_Attraction,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4938796 38 | E17,S02,Dipper & Mabel vs. the Future,S02_E17_Dipper__Mabel_vs_the_Future,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5045754 39 | E18,S02,Weirdmageddon: Part 1,S02_E18_Weirdmageddon_Part_1,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5107700 40 | E19,S02,Weirdmageddon 2: Escape from Reality,S02_E19_Weirdmageddon_2_Escape_from_Reality,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5153882 41 | E20,S02,Weirdmageddon 3: Take Back the Falls,S02_E20_Weirdmageddon_3_Take_Back_the_Falls,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5153884 42 | -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S01_E01_The_Vanishing_of_Will_Byers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S01_E01_The_Vanishing_of_Will_Byers.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S01_E02_The_Weirdo_on_Maple_Street.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S01_E02_The_Weirdo_on_Maple_Street.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S01_E03_Holly_Jolly.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S01_E03_Holly_Jolly.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S01_E04_The_Body.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S01_E04_The_Body.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S01_E05_The_Flea_and_the_Acrobat.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S01_E05_The_Flea_and_the_Acrobat.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S01_E06_The_Monster.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S01_E06_The_Monster.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S01_E07_The_Bathtub.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S01_E07_The_Bathtub.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S01_E08_The_Upside_Down.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S01_E08_The_Upside_Down.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E01_MADMAX.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E01_MADMAX.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E02_Trick_or_Treat_Freak.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E02_Trick_or_Treat_Freak.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E03_The_Pollywog.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E03_The_Pollywog.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E04_Will_the_Wise.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E04_Will_the_Wise.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E05_Dig_Dug.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E05_Dig_Dug.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E06_The_Spy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E06_The_Spy.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E07_The_Lost_Sister.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E07_The_Lost_Sister.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E08_The_Mind_Flayer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E08_The_Mind_Flayer.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things/subtitles/S02_E09_The_Gate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pachadotdev/rick_and_morty_tidy_text/72a7016df7dfb275e1237a6e5fb6edf3f23a52ef/02_other_shows_subtitles/stranger_things/subtitles/S02_E09_The_Gate.zip -------------------------------------------------------------------------------- /02_other_shows_subtitles/stranger_things_links_all_seasons.csv: -------------------------------------------------------------------------------- 1 | episode,season,title,file_name,link 2 | E01,S01,The Vanishing of Will Byers,S01_E01_The_Vanishing_of_Will_Byers,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4593118 3 | E02,S01,The Weirdo on Maple Street,S01_E02_The_Weirdo_on_Maple_Street,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4593122 4 | E03,S01,"Holly, Jolly",S01_E03_Holly_Jolly,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4593126 5 | E04,S01,The Body,S01_E04_The_Body,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4593124 6 | E05,S01,The Flea and the Acrobat,S01_E05_The_Flea_and_the_Acrobat,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4593128 7 | E06,S01,The Monster,S01_E06_The_Monster,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4593132 8 | E07,S01,The Bathtub,S01_E07_The_Bathtub,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4593134 9 | E08,S01,The Upside Down,S01_E08_The_Upside_Down,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-4593138 10 | E01,S02,MADMAX,S02_E01_MADMAX,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020684 11 | E02,S02,"Trick or Treat, Freak",S02_E02_Trick_or_Treat_Freak,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020792 12 | E03,S02,The Pollywog,S02_E03_The_Pollywog,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020796 13 | E04,S02,Will the Wise,S02_E04_Will_the_Wise,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020802 14 | E05,S02,Dig Dug,S02_E05_Dig_Dug,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020806 15 | E06,S02,The Spy,S02_E06_The_Spy,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020808 16 | E07,S02,The Lost Sister,S02_E07_The_Lost_Sister,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020810 17 | E08,S02,The Mind Flayer,S02_E08_The_Mind_Flayer,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020812 18 | E09,S02,The Gate,S02_E09_The_Gate,https://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-6020876 19 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Pachamaltese 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # rick_and_morty_tidy_text -------------------------------------------------------------------------------- /rick_and_morty_tidy_data.Rproj: -------------------------------------------------------------------------------- 1 | Version: 1.0 2 | 3 | RestoreWorkspace: Default 4 | SaveWorkspace: Default 5 | AlwaysSaveHistory: Default 6 | 7 | EnableCodeIndexing: Yes 8 | UseSpacesForTab: Yes 9 | NumSpacesForTab: 2 10 | Encoding: UTF-8 11 | 12 | RnwWeave: Sweave 13 | LaTeX: XeLaTeX 14 | --------------------------------------------------------------------------------