beautiful_url 1.5.90

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +112 -0
  3. data/beautiful_url.gemspec +60 -0
  4. data/bin/beautiful_url +9 -0
  5. data/doc/README.gen +65 -0
  6. data/lib/beautiful_url/class/constants.rb +23 -0
  7. data/lib/beautiful_url/class/generate_tab_completion_for_bash_shell.rb +67 -0
  8. data/lib/beautiful_url/class/initialize.rb +149 -0
  9. data/lib/beautiful_url/class/misc.rb +486 -0
  10. data/lib/beautiful_url/class/reset.rb +50 -0
  11. data/lib/beautiful_url/class/run.rb +20 -0
  12. data/lib/beautiful_url/constants/base_constants.rb +249 -0
  13. data/lib/beautiful_url/constants/constants.rb +9 -0
  14. data/lib/beautiful_url/constants/encoding.rb +48 -0
  15. data/lib/beautiful_url/constants/misc.rb +14 -0
  16. data/lib/beautiful_url/constants/newline.rb +14 -0
  17. data/lib/beautiful_url/constants/tasks.rb +30 -0
  18. data/lib/beautiful_url/constants/time.rb +21 -0
  19. data/lib/beautiful_url/json_generator/json_generator.rb +85 -0
  20. data/lib/beautiful_url/project/project.rb +23 -0
  21. data/lib/beautiful_url/requires/failsafe_require_of_beautiful_url.rb +9 -0
  22. data/lib/beautiful_url/requires/require_the_beautiful_url_project.rb +15 -0
  23. data/lib/beautiful_url/toplevel_methods/current_month.rb +32 -0
  24. data/lib/beautiful_url/toplevel_methods/jobs_menu.rb +118 -0
  25. data/lib/beautiful_url/toplevel_methods/local_menu.rb +2764 -0
  26. data/lib/beautiful_url/toplevel_methods/menu.rb +123 -0
  27. data/lib/beautiful_url/toplevel_methods/misc.rb +73 -0
  28. data/lib/beautiful_url/toplevel_methods/moodle_menu.rb +135 -0
  29. data/lib/beautiful_url/toplevel_methods/new_university_menu.rb +2852 -0
  30. data/lib/beautiful_url/toplevel_methods/pdf_books_menu.rb +32 -0
  31. data/lib/beautiful_url/toplevel_methods/return_location_of_the_menu_file.rb +27 -0
  32. data/lib/beautiful_url/toplevel_methods/roebe.rb +17 -0
  33. data/lib/beautiful_url/toplevel_methods/science_menu.rb +561 -0
  34. data/lib/beautiful_url/toplevel_methods/traditional_menu.rb +6404 -0
  35. data/lib/beautiful_url/toplevel_methods/university_menu.rb +12655 -0
  36. data/lib/beautiful_url/toplevel_methods/video_menu.rb +1570 -0
  37. data/lib/beautiful_url/version/version.rb +26 -0
  38. data/lib/beautiful_url/www/app.rb +168 -0
  39. data/lib/beautiful_url.rb +1 -0
  40. data/test/testing_beautiful_url.rb +56 -0
  41. data/test/testing_the_base_constants.rb +26 -0
  42. metadata +107 -0
@@ -0,0 +1,1570 @@
1
+ #!/usr/bin/ruby -w
2
+ # Encoding: UTF-8
3
+ # frozen_string_literal: true
4
+ # =========================================================================== #
5
+ # This file will contain video-related URLs.
6
+ # =========================================================================== #
7
+ # require 'beautiful_url/toplevel_methods/video_menu.rb'
8
+ # =========================================================================== #
9
+ module BeautifulUrl
10
+
11
+ # ========================================================================= #
12
+ # === BeautifulUrl.video_menu
13
+ # ========================================================================= #
14
+ def self.video_menu(
15
+ i = :paper
16
+ )
17
+ case i.to_s # case tag, casetag
18
+ # ======================================================================= #
19
+ # === rf dancemachine1
20
+ # ======================================================================= #
21
+ when /^dance(_|-| )?machine1?$/
22
+ 'https://www.youtube.com/watch?v=pY3p4AC-z6U'
23
+ # ======================================================================= #
24
+ # === rf dancemachine2
25
+ #
26
+ # This was from 02.02.1994.
27
+ # ======================================================================= #
28
+ when /^dance(_|-| )?machine2?$/
29
+ 'https://www.youtube.com/watch?v=pY3p4AC-z6U'
30
+ # ======================================================================= #
31
+ # === rf dancemachine3
32
+ # ======================================================================= #
33
+ when /^dance(_|-| )?machine3$/
34
+ 'https://www.youtube.com/watch?v=aU1ds-EcW48'
35
+ # ======================================================================= #
36
+ # === rf dancemachine4
37
+ # ======================================================================= #
38
+ when /^dance(_|-| )?machine4$/
39
+ 'https://www.youtube.com/watch?v=FQPQKAEl2SU'
40
+ # ======================================================================= #
41
+ # === rf dancemachine5
42
+ #
43
+ # This event occurred on the 04.02.1995. Length: 2:18:54
44
+ # ======================================================================= #
45
+ when /^dance(_|-| )?machine5$/
46
+ 'https://www.youtube.com/watch?v=P0eENsKBuJk'
47
+ # ======================================================================= #
48
+ # === rf "Dance Machine 8"
49
+ #
50
+ # This was from 1996, in Paris. Length: 1:53:50
51
+ # ======================================================================= #
52
+ when /^Dance(_|-| )?Machine(_|-| )?8(_|-| )?\(?Paris(_|-| )?1996\)?$/i,
53
+ /^Dance(_|-| )?Machine(_|-| )?8$/i
54
+ 'https://www.youtube.com/watch?v=5MPi8N4VJvQ'
55
+ # ======================================================================= #
56
+ # === rf eurodance
57
+ # ======================================================================= #
58
+ when 'eurodance',
59
+ 'europop',
60
+ 'eurodance1'
61
+ 'https://www.youtube.com/watch?v=wgAKnsO6N-s&list=PLVf3PXRSPQRarUyt_B_X7O1fm9mGpeqn4'
62
+ # ======================================================================= #
63
+ # === rf "eurodance2"
64
+ # ======================================================================= #
65
+ when /^eurodance2$/i
66
+ 'https://www.youtube.com/watch?v=v0Oao_cW14g'
67
+ # ======================================================================= #
68
+ # === rf eurodancesongs
69
+ # ======================================================================= #
70
+ when /eurodance(_|-)?songs/
71
+ 'https://en.wikipedia.org/wiki/List_of_Eurodance_songs'
72
+ # ======================================================================= #
73
+ # === rf "Die wunderbare Welt der Pilze"
74
+ # ======================================================================= #
75
+ when /^-?-?Die(_|-| )?wunderbare(_|-| )?Welt(_|-| )?der(_|-| )?Pilze$/i
76
+ 'https://www.youtube.com/watch?v=0MCElx1NRzw'
77
+ # ======================================================================= #
78
+ # === rf people_are_awesome
79
+ # ======================================================================= #
80
+ when /^-?-?people(_|-| )?are(_|-| )?awesome$/i,
81
+ 'awesome'
82
+ # 'https://www.youtube.com/watch?v=COwidtYzmJo'
83
+ 'https://www.youtube.com/watch?v=mEb2m3vu_p8'
84
+ # ======================================================================= #
85
+ # === rf "Bellissimo"
86
+ # ======================================================================= #
87
+ when /^Belliss?im(o|a)$/i
88
+ 'https://www.youtube.com/watch?v=fd7qa4KIrNU'
89
+ # ======================================================================= #
90
+ # === rf "Bay Area Transparency"
91
+ # ======================================================================= #
92
+ when /Bay(_|-| )?Area(_|-| )?Transparency$/i,
93
+ /Bay(_|-| )?Area$/i
94
+ 'https://www.youtube.com/channel/UC2ihfkymxFFFrfc0kTy7q3w'
95
+ # ======================================================================= #
96
+ # === rf natto
97
+ # ======================================================================= #
98
+ when 'natto',
99
+ 'nattosumo',
100
+ 'sumonatto'
101
+ # 'https://www.youtube.com/@NattoSumo_Aki-2023_1'
102
+ # 'https://www.youtube.com/@KoCainKate'
103
+ # 'https://www.youtube.com/@ToilaDdDd'
104
+ 'https://www.youtube.com/@bo3aaltoughar526'
105
+ # ======================================================================= #
106
+ # === rf "billie"
107
+ # ======================================================================= #
108
+ when /^billie$/i
109
+ 'https://www.youtube.com/channel/UCGMTesZlKa0Lokb7ZNqOJXQ'
110
+ # ======================================================================= #
111
+ # === rf "fearless-russian-woman"
112
+ # ======================================================================= #
113
+ when /^fearless(_|-| )?russian(_|-| )?woman$/i
114
+ 'https://www.youtube.com/watch?v=h_LMdoCuSRM'
115
+ # ======================================================================= #
116
+ # === rf "too-apree"
117
+ # ======================================================================= #
118
+ when /^too(_|-| )?app?ree$/i,
119
+ /^too(_|-| )?much(_|-| )?apree$/i,
120
+ /^apree$/i
121
+ 'https://www.youtube.com/@TOOAPREE'
122
+ # ======================================================================= #
123
+ # === rf "Ritual"
124
+ # ======================================================================= #
125
+ when /^-?-?Ritual$/i,
126
+ /^Ritual(_|-| )?2002$/,
127
+ /^Tales(_|-| )?from(_|-| )?the(_|-| )?crypt(_|-| )?Ritual$/
128
+ 'https://www.youtube.com/watch?v=VLDVBKkrW1U'
129
+ # ======================================================================= #
130
+ # === rf Katherinne-Rodriguez
131
+ # ======================================================================= #
132
+ when /Katherinne(_|-| )?Rodriguez$/i,
133
+ 'kathimodel',
134
+ 'kathi'
135
+ 'https://www.youtube.com/@kathimodel'
136
+ # ======================================================================= #
137
+ # === rf Love-Parade-Berlin-1997
138
+ # ======================================================================= #
139
+ when /Love(_|-| )?Parade(_|-| )?Berlin(_|-| )?1997$/i,
140
+ /Love(_|-| )?Parade$/i
141
+ 'https://www.youtube.com/watch?v=CxwWDx-KPY8'
142
+ # ======================================================================= #
143
+ # === rf club1
144
+ # ======================================================================= #
145
+ when /club1?/i,
146
+ /boubce(_|-| )?songs?/i
147
+ 'https://www.youtube.com/watch?v=FqKMaNVUt8A'
148
+ # ======================================================================= #
149
+ # === rf DJ-audits
150
+ # ======================================================================= #
151
+ when /DJ(_|-| )?audits?/i
152
+ 'https://www.youtube.com/@DJAUDITS'
153
+ # ======================================================================= #
154
+ # === rf "The hills have eyes"
155
+ # ======================================================================= #
156
+ when /^The(_|-| )?hills(_|-| )?have(_|-| )?eyes$/i,
157
+ /^hills(_|-| )?have(_|-| )?eyes$/i
158
+ 'https://www.youtube.com/watch?v=So5wFXzCKtc'
159
+ # ======================================================================= #
160
+ # === rf "supreme-ride"
161
+ # ======================================================================= #
162
+ when /^supreme(_|-| )?ride$/i
163
+ 'https://www.redtube.com/39481921'
164
+ # ======================================================================= #
165
+ # === rf "doggy-style"
166
+ # ======================================================================= #
167
+ when /^doggy(_|-| )?style$/i
168
+ 'https://www.redtube.com/23928711'
169
+ # ======================================================================= #
170
+ # === rf "MTV EUROPE 90s VIDEOS COMPILATION"
171
+ # ======================================================================= #
172
+ when /^MTV(_|-| )?europe(_|-| )?90s(_|-| )?VIDEOS(_|-| )?compilation$/i
173
+ 'https://www.youtube.com/watch?v=nYOMzNYO21c'
174
+ # ======================================================================= #
175
+ # === rf "xiomai"
176
+ # ======================================================================= #
177
+ when /^xiomai$/i
178
+ 'https://www.youtube.com/@xiaomanyc'
179
+ # ======================================================================= #
180
+ # === rf "sexy-stretch"
181
+ # ======================================================================= #
182
+ when /^-?-?sexy(_|-| )?stretch$/i
183
+ 'https://www.youtube.com/shorts/5oNkI0Axcv4'
184
+ # ======================================================================= #
185
+ # === rf "she-pushes"
186
+ # ======================================================================= #
187
+ when /^-?-?she(_|-| )?pushes$/i
188
+ 'https://www.redtube.com/43532581'
189
+ # ======================================================================= #
190
+ # === rf "Insights from Ukraine and Russia"
191
+ # ======================================================================= #
192
+ when /^-?-?Insights(_|-| )?from(_|-| )?Ukraine(_|-| )?and(_|-| )?Russia$/i,
193
+ /^-?-?translations?$/i
194
+ 'https://www.youtube.com/channel/UCPzy5fPr7RDpw_vLSPMHMgQ'
195
+ # ======================================================================= #
196
+ # === rf "Catalina-Cruz"
197
+ # ======================================================================= #
198
+ when /^Catalina(_|-| )?Cruz$/i
199
+ 'https://www.redtube.com/40335751'
200
+ # ======================================================================= #
201
+ # === rf "power-to-the-proletariat"
202
+ # ======================================================================= #
203
+ when /^power(_|-| )?to(_|-| )?the(_|-| )?proletariat$/i
204
+ 'https://www.youtube.com/@powertotheproletariat'
205
+ # ======================================================================= #
206
+ # === rf "Warum-liegt-hier-überhaupt-Stroh"
207
+ # ======================================================================= #
208
+ when /^Warum(_|-| )?liegt(_|-| )?hier(_|-| )?überhaupt(_|-| )?Stroh$/i
209
+ 'https://www.youtube.com/watch?v=5HfVjf6_ny8&t=20s'
210
+ # ======================================================================= #
211
+ # === rf "Lionell"
212
+ # ======================================================================= #
213
+ when /^Lionell$/i
214
+ 'https://www.youtube.com/watch?v=QRZqC1tr9KE'
215
+ # ======================================================================= #
216
+ # === rf "You-are-the-best-thing"
217
+ # ======================================================================= #
218
+ when /^You(_|-| )?are(_|-| )?the(_|-| )?best(_|-| )?thing$/i
219
+ 'https://www.youtube.com/watch?v=e0MlJveaGEo'
220
+ # ======================================================================= #
221
+ # === rf "The-Langoliers"
222
+ # ======================================================================= #
223
+ when /^The(_|-| )?Langoliers$/
224
+ 'https://www.youtube.com/watch?v=NN82FbFSx7k'
225
+ # ======================================================================= #
226
+ # === rf "Random-Outings"
227
+ # ======================================================================= #
228
+ when /^Random(_|-| )?Outings$/
229
+ 'https://www.youtube.com/@RandomOutings'
230
+ # ======================================================================= #
231
+ # === rf porn1
232
+ # ======================================================================= #
233
+ when 'porn1'
234
+ 'https://www.redtube.com/11595601'
235
+ # ======================================================================= #
236
+ # === rf sexy_work
237
+ # ======================================================================= #
238
+ when /sexy(_|-| )?work/
239
+ 'https://www.redtube.com/40255511'
240
+ # ======================================================================= #
241
+ # === rf "she-squeezes"
242
+ # ======================================================================= #
243
+ when /^she(_|-| )?squeezes$/
244
+ 'https://www.redtube.com/43624961'
245
+ # ======================================================================= #
246
+ # === rf KC
247
+ # ======================================================================= #
248
+ when /KC$/i
249
+ 'https://www.youtube.com/@KernCountyTransparency'
250
+ # ======================================================================= #
251
+ # === rf the-armed-fisherman
252
+ # ======================================================================= #
253
+ when /the(_|-| )?armed(_|-| )?fisherman$/,
254
+ /armed(_|-| )?fisherman$/,
255
+ /fisherman$/
256
+ 'https://www.youtube.com/@TheArmedFisherman'
257
+ # ======================================================================= #
258
+ # === rf "valeex"
259
+ # ======================================================================= #
260
+ when /^valiveex$/i,
261
+ /^valeex$/i,
262
+ /^valeev$/i,
263
+ /^valveeva$/i,
264
+ /^valeva$/i
265
+ #'https://www.youtube.com/@valiveex'
266
+ 'https://www.youtube.com/@miss_vali'
267
+ # ======================================================================= #
268
+ # === rf "I wie Ikarus"
269
+ #
270
+ # Auf ARTE, im Jahre 2021.
271
+ # ======================================================================= #
272
+ when /^I(_|-| )?wie(_|-| )?Ikarus$/i
273
+ 'https://www.youtube.com/watch?v=64bXO45yEok'
274
+ # ======================================================================= #
275
+ # === rf amagansett-press
276
+ # ======================================================================= #
277
+ when /^amagansett(_|-| )?press?$/i,
278
+ /^amatsan(_|-| )?press(_|-| )?audit?$/i,
279
+ /^amansatt?$/i,
280
+ /^amagens(a|e)?tt?$/i,
281
+ /^amangasett$/i,
282
+ /^amagansat$/i,
283
+ /^amangatt$/i,
284
+ /^amagansatt$/i,
285
+ /^amangansett$/i
286
+ 'https://www.youtube.com/@AmagansettPress'
287
+ # ======================================================================= #
288
+ # === rf the-belly-dancer
289
+ # ======================================================================= #
290
+ when /the(_|-| )?belly(_|-| )?dancer$/,
291
+ /belly(_|-| )?dancer$/
292
+ 'https://www.youtube.com/@Di1araa.s'
293
+ # ======================================================================= #
294
+ # === rf stacy_bloom1
295
+ # ======================================================================= #
296
+ when /stacy(_|-| )?bloom1/,
297
+ /stacy1?$/i
298
+ 'https://www.redtube.com/40847791'
299
+ # ======================================================================= #
300
+ # === rf body_bags
301
+ #
302
+ # This one has a high turnover entry.
303
+ #
304
+ # Prior entries were:
305
+ #
306
+ # 'https://www.youtube.com/watch?v=oJZEZaV7QhI'
307
+ # 'https://www.youtube.com/watch?v=QDlJFFxHRPM'
308
+ # 'https://www.youtube.com/watch?v=fkaB6cZNYso'
309
+ # 'https://www.youtube.com/watch?v=7hjWgzFX5-U'
310
+ # 'https://www.youtube.com/watch?v=ryM2EnAbxcY'
311
+ #
312
+ # ======================================================================= #
313
+ when /^body(_|-| )?bags$/i
314
+ 'https://www.youtube.com/watch?v=bevV7zgXe_M'
315
+ # ======================================================================= #
316
+ # === rf the-beasthunter
317
+ # ======================================================================= #
318
+ when /the(_|-| )?beasthunter?/i
319
+ 'https://www.youtube.com/watch?v=ulT6aglj8L4'
320
+ # ======================================================================= #
321
+ # === rf redtube1
322
+ # ======================================================================= #
323
+ when 'redtube1'
324
+ 'https://www.redtube.com/39037251'
325
+ # ======================================================================= #
326
+ # === rf katsuni
327
+ # ======================================================================= #
328
+ when /^katsuni$/i,
329
+ 'top_sexy'
330
+ 'https://www.redtube.com/?search=katsuni'
331
+ # ======================================================================= #
332
+ # === rf "the-abyss"
333
+ # ======================================================================= #
334
+ when /^the(_|-| )?abyss$/i
335
+ 'https://www.youtube.com/watch?v=08wPEg5qRWo'
336
+ # ======================================================================= #
337
+ # === rf "lack-luster"
338
+ # ======================================================================= #
339
+ when /^lack(_|-| )?luster$/,
340
+ /^lack(_|-| )?luster(_|-| )?channel$/,
341
+ /^lack(_|-| )?luster(_|-| )?channel(_|-| )?audit$/
342
+ 'https://www.youtube.com/@LackLusterMedia'
343
+ # ======================================================================= #
344
+ # === rf TTB
345
+ # ======================================================================= #
346
+ when /^TTB$/i
347
+ 'https://www.youtube.com/TTBprime'
348
+ # ======================================================================= #
349
+ # === rf "Bares für Rares"
350
+ # ======================================================================= #
351
+ when /^Bares(_|-| )?für(_|-| )?Rares$/i,
352
+ /^Bares(_|-| )?für(_|-| )?Wah?res$/i,
353
+ /^Bares$/i,
354
+ /^Rares$/i
355
+ 'https://www.youtube.com/c/baresfuerrares'
356
+ # ======================================================================= #
357
+ # === rf rasmus
358
+ # ======================================================================= #
359
+ when /^rasmus$/
360
+ 'https://www.youtube.com/watch?v=7gwO8-oqwFw'
361
+ # ======================================================================= #
362
+ # === rf the-creeping-flesh
363
+ # ======================================================================= #
364
+ when /^the(_|-| )?creeping(_|-| )?flesh?$/
365
+ 'https://www.youtube.com/watch?v=djkk_yYiIlY'
366
+ # ======================================================================= #
367
+ # === rf auditing-britain
368
+ # ======================================================================= #
369
+ when /^auditing(_|-| )?britain?$/,
370
+ /^AB$/i
371
+ 'https://www.youtube.com/@AuditingBritain'
372
+ # ======================================================================= #
373
+ # === rf wintergatan
374
+ # ======================================================================= #
375
+ when /^wintergatan?$/
376
+ 'https://www.youtube.com/@Wintergatan'
377
+ # ======================================================================= #
378
+ # === rf algorithm-march
379
+ # ======================================================================= #
380
+ when /^algorithm(_|-| )?march?$/
381
+ 'https://www.youtube.com/watch?v=0V-n2nPsVG0'
382
+ # ======================================================================= #
383
+ # === rf magic-touch
384
+ # ======================================================================= #
385
+ when /^magic(_|-| )?touch?$/
386
+ 'https://www.youtube.com/watch?v=AtVPsPct4KM'
387
+ # ======================================================================= #
388
+ # === rf sumo-prime-time
389
+ # ======================================================================= #
390
+ when /^sumo(_|-| )?prime(_|-| )?time?$/
391
+ 'https://www.youtube.com/@sumoprimetime7506'
392
+ # ======================================================================= #
393
+ # === rf "marianne"
394
+ # ======================================================================= #
395
+ when /^-?-?marianne$/i
396
+ 'https://www.youtube.com/@seclusivebeauty'
397
+ # ======================================================================= #
398
+ # === rf video1
399
+ # ======================================================================= #
400
+ when /^video1$/
401
+ 'https://tuwel.tuwien.ac.at/mod/lti/view.php?id=1916623'
402
+ # ======================================================================= #
403
+ # === rf "I-love-you-russia"
404
+ # ======================================================================= #
405
+ when /^I(_|-| )?love(_|-| )?you(_|-| )?russia$/i
406
+ 'https://www.youtube.com/shorts/OkAmD8SVQ_s'
407
+ # ======================================================================= #
408
+ # === rf youtube
409
+ # ======================================================================= #
410
+ when /^-?-?youtub?e$/i,
411
+ /^remote(_|-| )?youtube$/i,
412
+ /^youtube(_|-| )?homepage$/i
413
+ 'https://www.youtube.com/'
414
+ # ======================================================================= #
415
+ # === rf sexy_dance
416
+ # ======================================================================= #
417
+ when /^sexy(_|-| )?dance$/,
418
+ 'sexygirl',
419
+ 'sexy'
420
+ 'https://www.youtube.com/watch?v=DxmdySilOAI'
421
+ # ======================================================================= #
422
+ # === rf "katyusha"
423
+ # ======================================================================= #
424
+ when /^-?-?kat(y|j)?usha$/i
425
+ 'https://www.youtube.com/watch?v=B-hJo4zooSQ'
426
+ # ======================================================================= #
427
+ # === rf "goodmix1"
428
+ # ======================================================================= #
429
+ when /^-?-?good(_|-| )?mix1$/i
430
+ 'https://www.youtube.com/watch?v=rgQXXpvZHeQ'
431
+ # ======================================================================= #
432
+ # === rf "Invincible Armour"
433
+ # ======================================================================= #
434
+ when /^-?-?Invincible(_|-| )?Armour$/i
435
+ 'https://www.youtube.com/watch?v=sHM7zIX5Lzo'
436
+ # ======================================================================= #
437
+ # === rf "oh-what-a-night"
438
+ # ======================================================================= #
439
+ when /^-?-?oh(_|-| )?what(_|-| )?a(_|-| )?night$/i
440
+ 'https://www.youtube.com/watch?v=kZ5VK5lc9fU'
441
+ # ======================================================================= #
442
+ # === rf "wang-wu-der-kämpfer-mit-dem-phönixschwert"
443
+ # ======================================================================= #
444
+ when /^-?-?wang(_|-| )?wu(_|-| )?der(_|-| )?kämpfer(_|-| )?mit(_|-| )?dem(_|-| )?phönixschwert$/i
445
+ 'https://www.youtube.com/watch?v=35ZKsNT3gvw'
446
+ # ======================================================================= #
447
+ # === rf "asian doctor"
448
+ # ======================================================================= #
449
+ when /^-?-?asian(_|-| )?doctor$/i,
450
+ /^-?-?japanese(_|-| )?doctor$/i,
451
+ /^-?-?helpful(_|-| )?doctor$/i,
452
+ /^-?-?nurse$/i,
453
+ /^-?-?doctor$/i
454
+ 'https://www.xvideos.com/video46700851/doctor_hospital_asian'
455
+ # ======================================================================= #
456
+ # === rf "ASK RUSSIANS"
457
+ # ======================================================================= #
458
+ when /^AS?K(_|-| )?RUSSIAN?S?$/i,
459
+ /^Krammer$/i
460
+ 'https://www.youtube.com/channel/UCwOJN0dWlU4pgsRZmoMwuIw' # https://www.youtube.com/@askrus
461
+ # ======================================================================= #
462
+ # === rf "roman"
463
+ # ======================================================================= #
464
+ when /^roman$/i,
465
+ /^NFKRZ$/i
466
+ 'https://www.youtube.com/c/MultiNfz'
467
+ # ======================================================================= #
468
+ # === rf "cowbell"
469
+ # ======================================================================= #
470
+ when /^cowbell$/i
471
+ 'https://www.youtube.com/watch?v=Zce2Ggr5mlA'
472
+ # ======================================================================= #
473
+ # === rf "oh-what-a-night"
474
+ # ======================================================================= #
475
+ when /^-?-?oh(_|-| )?what(_|-| )?a(_|-| )?night$/i
476
+ 'https://www.youtube.com/watch?v=L1EdZaNq2AQ'
477
+ # ======================================================================= #
478
+ # === rf "fright night"
479
+ #
480
+ # This is actually Fright Night 2.
481
+ # ======================================================================= #
482
+ when /^fright(_|-| )?night$/i
483
+ 'https://www.youtube.com/watch?v=ocEqp7auEFs'
484
+ # ======================================================================= #
485
+ # === rf "the-wellerman"
486
+ # ======================================================================= #
487
+ when /^-?-?the(_|-| )?wellerman$/i
488
+ 'https://www.youtube.com/watch?v=90Oc9Xl5Aps'
489
+ # ======================================================================= #
490
+ # === rf "sumo-jason"
491
+ # ======================================================================= #
492
+ when /^-?-?sumo(_|-| )?jason$/i
493
+ 'https://www.youtube.com/watch?v=pfhj2UxZh7o'
494
+ # ======================================================================= #
495
+ # === rf "Kids Ready To Die For Putin"
496
+ # ======================================================================= #
497
+ when /^-?-?Kids(_|-| )?Ready(_|-| )?To(_|-| )?Die(_|-| )?For(_|-| )?Putin$/i,
498
+ /^-?-?Kids(_|-| )?for(_|-| )?Putin$/i,
499
+ /^-?-?putin(_|-| )?song$/i,
500
+ /^-?-?putin(_|-| )?propaganda$/i,
501
+ /^-?-?putler(_|-| )?song$/i
502
+ 'https://www.youtube.com/watch?v=pfP7lTXYeJg'
503
+ # ======================================================================= #
504
+ # === rf "putler health"
505
+ # ======================================================================= #
506
+ when /^-?-?putler(_|-| )?health$/i,
507
+ /^-?-?putler(_|-| )?sways$/i,
508
+ /^-?-?putler(_|-| )?staggers$/i,
509
+ /^-?-?puterl(_|-| )?sways$/i,
510
+ /^-?-?putin(_|-| )?tumbles$/i,
511
+ /^-?-?putler(_|-| )?walk$/i,
512
+ /^-?-?putlers(_|-| )?way$/i
513
+ 'https://imgur.com/0uCkKpW'
514
+ # ======================================================================= #
515
+ # === rf "charming-girl"
516
+ # ======================================================================= #
517
+ when /^-?-?charming(_|-| )?girl$/i
518
+ 'https://www.youtube.com/shorts/f6afRVALF94'
519
+ # ======================================================================= #
520
+ # === rf "was-tun-herr-general"
521
+ # ======================================================================= #
522
+ when /^-?-?was(_|-| )?tun(_|-| )?herr(_|-| )?general$/i
523
+ 'https://www.youtube.com/watch?v=_jc_Fs4Y5dg'
524
+ # ======================================================================= #
525
+ # === rf "konstantin"
526
+ # ======================================================================= #
527
+ when /^konstantin$/i,
528
+ /^inside(_|-| )?russia$/i
529
+ 'https://www.youtube.com/c/LETTERSTOKING'
530
+ # ======================================================================= #
531
+ # === rf "dos-bros"
532
+ # ======================================================================= #
533
+ when /^-?-?dos(_|-| )?bros$/i,
534
+ /^-?-?dos(_|-| )?hos$/i,
535
+ /^-?-?hoss(_|-| )?boss$/i,
536
+ /^-?-?boss$/i
537
+ 'https://www.youtube.com/watch?v=rrLSgt5_uuw'
538
+ # ======================================================================= #
539
+ # === rf he-can-pee-in-me
540
+ # ======================================================================= #
541
+ when /^he(_|-| )?can(_|-| )?pee(_|-| )?in(_|-| )?me$/i
542
+ 'https://www.youtube.com/watch?v=3Ze8zzMLGdQ'
543
+ # ======================================================================= #
544
+ # === rf "scarecrow"
545
+ # ======================================================================= #
546
+ when /^-?-?dark(_|-| )?night(_|-| )?of(_|-| )?the(_|-| )?scarecrow$/i,
547
+ /^-?-?scarecrow$/i,
548
+ /^-?-?vogelscheuche$/i
549
+ # 'https://www.youtube.com/watch?v=60yDd5S309w'
550
+ 'https://www.youtube.com/watch?v=UIQhNZZUs8g'
551
+ # ======================================================================= #
552
+ # === rf "natasha"
553
+ # ======================================================================= #
554
+ when /^-?-?natasha$/i
555
+ 'https://www.youtube.com/c/NatashasAdventures'
556
+ # ======================================================================= #
557
+ # === rf "Office Flirt"
558
+ # ======================================================================= #
559
+ when /^-?-?Office(_|-| )?Flirt$/i,
560
+ /^-?-?innuendo$/i
561
+ 'https://www.youtube.com/watch?v=m28qpUXbFpA'
562
+ # ======================================================================= #
563
+ # === rf "Invasion Of The Body Snatchers"
564
+ # ======================================================================= #
565
+ when /^Invasion(_|-| )?Of(_|-| )?The(_|-| )?Body(_|-| )?Snatchers$/i
566
+ 'https://www.youtube.com/watch?v=zsax7l6t3Qo'
567
+ # ======================================================================= #
568
+ # === rf "niki"
569
+ # ======================================================================= #
570
+ when /^niki$/i
571
+ 'https://www.youtube.com/c/NikiProshin'
572
+ # ======================================================================= #
573
+ # === rf "Night of the Demons"
574
+ # ======================================================================= #
575
+ when /^Night(_|-| )?of(_|-| )?the(_|-| )?Demons$/i
576
+ 'https://www.youtube.com/watch?v=1Mlw5Gc7quY'
577
+ # ======================================================================= #
578
+ # === rf arwen
579
+ # ======================================================================= #
580
+ when /^arwen$/i
581
+ 'https://www.youtube.com/watch?v=PupDknwttD4&t=3304s'
582
+ # ======================================================================= #
583
+ # === rf icecream_man
584
+ # ======================================================================= #
585
+ when /^icecream(_|-| )?man$/i,
586
+ /^the(_|-| )?icecream(_|-| )?man$/i
587
+ #'https://www.youtube.com/watch?v=mQjM8kcTvHg'
588
+ 'https://www.youtube.com/watch?v=JcdGn1ZYwII'
589
+ # ======================================================================= #
590
+ # === rf "snatch"
591
+ # ======================================================================= #
592
+ when /^snatch$/i
593
+ 'https://www.imdb.com/title/tt0208092/?ref_=fn_al_tt_1'
594
+ # ======================================================================= #
595
+ # === rf "denis"
596
+ # ======================================================================= #
597
+ when /^denis$/i,
598
+ /^dimitry$/i
599
+ # 'https://www.youtube.com/watch?v=T5cTJjN08mE'
600
+ 'https://www.youtube.com/c/RoadHomeMotorcycleVlogs'
601
+ # ======================================================================= #
602
+ # === rf "Biden_we_will_bring_an_end_to_it"
603
+ # ======================================================================= #
604
+ when /^Biden(_|-| )?we(_|-| )?will(_|-| )?bring(_|-| )?an(_|-| )?end(_|-| )?to(_|-| )?it$/i
605
+ 'https://www.youtube.com/watch?v=OS4O8rGRLf8'
606
+ # ======================================================================= #
607
+ # === rf "Vlad Vexler Chat"
608
+ # ======================================================================= #
609
+ when /^Vlad(_|-| )?Vexler(_|-| )?Chat$/i,
610
+ /^Vlad(_|-| )?Vexler$/i,
611
+ /^Vlad$/i
612
+ 'https://www.youtube.com/channel/UCn7XHZiW6EUgSuxItybLLMg'
613
+ # ======================================================================= #
614
+ # === rf "Katie Kidman"
615
+ # ======================================================================= #
616
+ when /^Katie(_|-| )?Kidman$/i,
617
+ /^old(_|-| )?granny$/i,
618
+ /^old(_|-| )?lady$/i,
619
+ /^granny$/i
620
+ 'https://www.youtube.com/channel/UCCse9_F_35E68LYQ23wxygw'
621
+ # ======================================================================= #
622
+ # === rf "Karate Tiger I"
623
+ # ======================================================================= #
624
+ when /^-?-?karate(_|-| )?tiger(_|-| )?I$/i
625
+ 'https://www.youtube.com/watch?v=5jP5t25stiQ'
626
+ # ======================================================================= #
627
+ # === rf "tommyknockers"
628
+ # ======================================================================= #
629
+ when /^-?-?tommyknockers$/i
630
+ 'https://www.youtube.com/watch?v=edTDnnI82kc'
631
+ # ======================================================================= #
632
+ # === rf "denys"
633
+ # ======================================================================= #
634
+ when /^-?-?denys$/i,
635
+ /^-?-?ukraine(_|-| )?news$/i
636
+ 'https://www.youtube.com/c/RoadHomeMotorcycleVlogs'
637
+ # ======================================================================= #
638
+ # === rf "war crimes ukraine"
639
+ # ======================================================================= #
640
+ when /^-?-?war(_|-| )?crimes(_|-| )?ukraine$/i
641
+ 'https://twitter.com/youblacksoul/status/1505309631542931459?s=21'
642
+ # ======================================================================= #
643
+ # === rf "travis"
644
+ # ======================================================================= #
645
+ when /^travis$/i
646
+ 'https://www.youtube.com/c/TravisHeinzeAcuMagnet'
647
+ # ======================================================================= #
648
+ # === rf "long island audit"
649
+ # ======================================================================= #
650
+ when /^long(_|-| )?island(_|-| )?audit$/i
651
+ 'https://www.youtube.com/c/LongIslandAudit'
652
+ # ======================================================================= #
653
+ # === rf "Adam Bobrow"
654
+ # ======================================================================= #
655
+ when /^Adam(_|-| )?Bobrow$/i,
656
+ /^bobrow$/i
657
+ 'https://www.youtube.com/c/AdamBobrow'
658
+ # ======================================================================= #
659
+ # === rf "The Armed Fisherman"
660
+ # ======================================================================= #
661
+ when /^The(_|-| )?Armed(_|-| )?Fisherman$/i
662
+ 'https://www.youtube.com/c/TheArmedFisherman'
663
+ # ======================================================================= #
664
+ # === rf "Wellerman Official Music Video by The Longest Johns"
665
+ # ======================================================================= #
666
+ when /^Wellerman(_|-| )?Official(_|-| )?Music(_|-| )?Video(_|-| )?by(_|-| )?The(_|-| )?Longest(_|-| )?Johns$/i
667
+ 'https://www.youtube.com/watch?v=E_8tAyecj2g'
668
+ # ======================================================================= #
669
+ # === rf "Hänsel & Gretel"
670
+ # ======================================================================= #
671
+ when /^Hänsel(_|-| )?\&(_|-| )?Gretel$/i,
672
+ /^gretel$/i,
673
+ /^hensel$/i
674
+ 'https://www.youtube.com/watch?v=T4SOxUJmLuM'
675
+ # ======================================================================= #
676
+ # === rf "beard-meats-food"
677
+ # ======================================================================= #
678
+ when /^-?-?beard(_|-| )?meats(_|-| )?food$/i,
679
+ /^-?-?greedy(_|-| )?beard$/i,
680
+ /^-?-?beard$/i
681
+ 'https://www.youtube.com/c/Beardmeatsfood'
682
+ # ======================================================================= #
683
+ # === rf "lackluster"
684
+ # ======================================================================= #
685
+ when /^-?-?lack(_|-| )?luster$/i,
686
+ /^-?-?lack(_|-| )?luster(_|-| )?media$/i
687
+ 'https://www.youtube.com/c/LackLusterMedia'
688
+ # ======================================================================= #
689
+ # === rf "Jason Brant"
690
+ # ======================================================================= #
691
+ when /^-?-?Jason(_|-| )?Brant$/i,
692
+ /^-?-?Jason$/i,
693
+ /^-?-?movie(_|-| )?reviews$/i
694
+ 'https://www.youtube.com/channel/UCzS5vcCGhwBzmDWYznpGclg'
695
+ # ======================================================================= #
696
+ # === rf lion_whisperer
697
+ # ======================================================================= #
698
+ when /lion(_|-| )?whisperer/
699
+ 'https://www.youtube.com/c/LionWhispererTV'
700
+ # ======================================================================= #
701
+ # === rf the_fbi_files
702
+ # ======================================================================= #
703
+ when /the(_|-| )?fbi(_|-| )?files/
704
+ 'https://www.youtube.com/c/TheFBIFiles'
705
+ # ======================================================================= #
706
+ # === rf "Zipper"
707
+ # ======================================================================= #
708
+ when /^Zipper$/i
709
+ 'https://www.youtube.com/watch?v=lLSe-rlch7w'
710
+ # ======================================================================= #
711
+ # === rf wtiitwitch
712
+ # ======================================================================= #
713
+ when /^wtiitwitch$/i,
714
+ /^twitchwtii$/i,
715
+ 'twitch'
716
+ 'https://www.twitch.tv/wtii/videos'
717
+ # ======================================================================= #
718
+ # === rf "Ashley Sinclair"
719
+ # ======================================================================= #
720
+ when /^Ashley(_|-| )?Sinclair$/i
721
+ 'https://www.xvideos.com/video23332010/delicious_blonde'
722
+ # ======================================================================= #
723
+ # === rf "Fright Night 2"
724
+ # ======================================================================= #
725
+ when /^Fright(_|-| )?Night(_|-| )?2$/i
726
+ 'https://www.youtube.com/watch?v=nCnvbsLh_Lc'
727
+ # ======================================================================= #
728
+ # === rf "Mia Khalifa"
729
+ # ======================================================================= #
730
+ when /^Mia(_|-| )?Khalifa$/i,
731
+ /^Mia$/i
732
+ 'https://www.eporner.com/video-rlQjji9DxdX/mia-khalifa-big-tits-arab-pornstar-takes-a-fan-s-virginity/'
733
+ # ======================================================================= #
734
+ # === rf bouncing
735
+ # ======================================================================= #
736
+ when 'bouncing',
737
+ 'bouncy',
738
+ /^spreadie$/i
739
+ # 'https://www.youtube.com/watch?v=-d_GfBnEf8A'
740
+ 'https://www.xvideos.com/video63972853/camsoda_news_network_broadcast_with_reporter_masturbation_on_the_sybian'
741
+ # ======================================================================= #
742
+ # === rf pole_dancing
743
+ # ======================================================================= #
744
+ when /^pole(_|-| )?dancing$/i,
745
+ /^maddie(_|-| )?sparkle(_|-| )?supercut$/i
746
+ 'https://www.youtube.com/watch?v=-qKRn_pU3zk'
747
+ # ======================================================================= #
748
+ # === rf italo1
749
+ # ======================================================================= #
750
+ when /^-?-?italo1$/i
751
+ 'https://www.youtube.com/watch?v=XDiIkrIuNQ0'
752
+ # ======================================================================= #
753
+ # === rf italo3
754
+ # ======================================================================= #
755
+ when /^-?-?italo3$/i,
756
+ /^-?-?italodisco$/i
757
+ 'https://www.youtube.com/watch?v=KyabZRQeQgk'
758
+ # ======================================================================= #
759
+ # === rf "JAMELIA - Superstar"
760
+ # ======================================================================= #
761
+ when /^-?-?JAMELIA(_|-| )?Superstar$/i,
762
+ /^-?-?jamelia$/i
763
+ 'https://www.youtube.com/watch?v=5k6Y4-OLlXw'
764
+ # ======================================================================= #
765
+ # === rf "hanson"
766
+ # ======================================================================= #
767
+ when /^-?-?hanson$/i,
768
+ /^-?-?hansen$/i
769
+ 'https://www.youtube.com/watch?v=NHozn0YXAeE'
770
+ # ======================================================================= #
771
+ # === rf "Gigi D'Agostino - L'Amour Toujours"
772
+ # ======================================================================= #
773
+ when /^-?-?Gigi(_|-| )?D'Agostino(_|-| )?(_|-| )?(_|-| )?L'Amour(_|-| )?Toujours$/i
774
+ 'https://www.youtube.com/watch?v=3e4JdcqnnjM'
775
+ # ======================================================================= #
776
+ # === rf "ronal"
777
+ # ======================================================================= #
778
+ when /^-?-?ronal$/i
779
+ 'https://www.youtube.com/watch?v=aX6WTAYSz-s'
780
+ # ======================================================================= #
781
+ # === rf "adams_family1"
782
+ # ======================================================================= #
783
+ when /^-?-?adams(_|-| )?family1$/i
784
+ 'https://www.youtube.com/watch?v=_A_aLgc9bJ8&list=PLilCRYq3IZFhlz8h8XH61WQX7Hl0Si3Jv'
785
+ # ======================================================================= #
786
+ # === rf "only with you"
787
+ # ======================================================================= #
788
+ when /^-?-?Only(_|-| )?with(_|-| )?you$/i
789
+ 'https://www.youtube.com/watch?v=_vkVXbtqLpI'
790
+ # ======================================================================= #
791
+ # === rf "trilogy of terror"
792
+ # ======================================================================= #
793
+ when /^-?-?trilogy(_|-| )?of(_|-| )?terror$/i
794
+ 'https://www.youtube.com/watch?v=vJbkqn8jl3w'
795
+ # ======================================================================= #
796
+ # === rf "Worlds best oneliner"
797
+ # ======================================================================= #
798
+ when /^-?-?Worlds(_|-| )?best(_|-| )?oneliner$/i,
799
+ /^-?-?tell(_|-| )?them(_|-| )?we(_|-| )?are(_|-| )?jewish$/i,
800
+ /^-?-?best(_|-| )?joke$/i,
801
+ /^-?-?joke$/i,
802
+ /^-?-?one(_|-| )?liner$/i
803
+ 'https://www.youtube.com/watch?v=5VH4c0-p-CY'
804
+ # ======================================================================= #
805
+ # === rf bouncing_christina
806
+ # ======================================================================= #
807
+ when /^bouncing(_|-| )?christina$/i
808
+ 'https://www.youtube.com/watch?v=MvZgoU4ih7M'
809
+ # ======================================================================= #
810
+ # === rf "ZDF Comedy"
811
+ # ======================================================================= #
812
+ when /^ZDF(_|-| )?Comedy$/i
813
+ 'https://www.youtube.com/c/ZDFComedy'
814
+ # ======================================================================= #
815
+ # === rf Monique
816
+ # ======================================================================= #
817
+ when /^Monique$/i
818
+ 'https://www.youtube.com/channel/UClIIy-aQBXRi1OHupBcrjJw'
819
+ # ======================================================================= #
820
+ # === rf "Star Trek: The Sexed Generation"
821
+ # ======================================================================= #
822
+ when /^-?-?Star(_|-| )?Trek:?(_|-| )?The(_|-| )?Sexed(_|-| )?Generation$/i
823
+ 'https://www.youtube.com/watch?v=ReOw_2f4lpY'
824
+ # ======================================================================= #
825
+ # === rf "bbc wwi documentary"
826
+ # ======================================================================= #
827
+ when 'bbc_wwII_documentary',
828
+ 'world_war_2_documentary'
829
+ %w(
830
+ https://www.youtube.com/watch?v=PaPSWJruTkw
831
+ )
832
+ # ======================================================================= #
833
+ # === rf "pongfinity"
834
+ # ======================================================================= #
835
+ when /^-?-?pongfinity$/i
836
+ 'https://www.youtube.com/c/Pongfinity'
837
+ # ======================================================================= #
838
+ # === rf "The Original - I Luv U Baby"
839
+ # ======================================================================= #
840
+ when /^-?-?The(_|-| )?Original(_|-| )?(_|-| )?(_|-| )?I(_|-| )?Luv(_|-| )?U(_|-| )?Baby$/i
841
+ 'https://www.youtube.com/watch?v=ObNNSYJCWuA'
842
+ # ======================================================================= #
843
+ # === rf "L.A. confidential"
844
+ # ======================================================================= #
845
+ when /^L(_|-| )?.?A(_|-| )?.?(_|-| )?confidential$/
846
+ 'https://www.youtube.com/watch?v=PZbzK7Zcoog'
847
+ # ======================================================================= #
848
+ # === rf "exploding whale"
849
+ # ======================================================================= #
850
+ when /^exploding(_|-| )?whale$/
851
+ 'https://www.youtube.com/watch?v=d2CfYOJ5oxk'
852
+ # ======================================================================= #
853
+ # === rf horror1
854
+ # ======================================================================= #
855
+ when /^horror1$/i,
856
+ /^horror(_|-| )?express$/i,
857
+ /^horror(_|-| )?train$/i
858
+ 'https://www.youtube.com/watch?v=4LCtzLEebBI'
859
+ # ======================================================================= #
860
+ # === rf "benny hill orc"
861
+ # ======================================================================= #
862
+ when /^-?-?benny(_|-| )?hill(_|-| )?orc$/i,
863
+ /^-?-?orc1$/i,
864
+ /^-?-?orc(_|-| )?slapstick$/i
865
+ 'https://imgur.com/a/fiJ0mWW'
866
+ # ======================================================================= #
867
+ # === rf "hexaflexagon"
868
+ # ======================================================================= #
869
+ when 'hexaflexagon'
870
+ 'https://www.youtube.com/watch?v=paQ10POrZh8'
871
+ # ======================================================================= #
872
+ # === rf "call me"
873
+ # ======================================================================= #
874
+ when /^-?-?call(_|-| )?me$/i
875
+ 'https://www.youtube.com/watch?v=AEG-gCHSmEA'
876
+ # ======================================================================= #
877
+ # === rf "1420"
878
+ # ======================================================================= #
879
+ when /^-?-?1420$/i,
880
+ /^-?-?1485$/i
881
+ 'https://www.youtube.com/channel/UCl4R4M9YVfYjjPmILU2Ie1A'
882
+ # ======================================================================= #
883
+ # === rf lukashenko
884
+ # ======================================================================= #
885
+ when /^lukashenko$/i
886
+ 'https://www.youtube.com/watch?v=1JNtiO7nhmo'
887
+ # ======================================================================= #
888
+ # === rf "russian propagandist"
889
+ # ======================================================================= #
890
+ when /^-?-?russian(_|-| )?propagandist$/i
891
+ 'https://www.youtube.com/watch?v=FGmQAXfh4tk'
892
+ # ======================================================================= #
893
+ # === rf monster
894
+ # ======================================================================= #
895
+ when /^monsters?$/i,
896
+ /^todd$/i,
897
+ /^monster(_|-| )?michael$/i
898
+ 'https://www.youtube.com/user/BreccaBodyByVi'
899
+ # ======================================================================= #
900
+ # === rf michel_telo
901
+ # ======================================================================= #
902
+ when 'michel_telo',
903
+ 'ai_se_eu_te_pego',
904
+ 'telo',
905
+ 'tego'
906
+ 'https://www.youtube.com/watch?v=APUxJ8f7PXY'
907
+ # ======================================================================= #
908
+ # === rf kronos_vampire_hunter
909
+ # ======================================================================= #
910
+ when /^kronos(_|-| )?vampire(_|-| )?hunter$/,
911
+ /^kronos$/
912
+ 'https://www.youtube.com/watch?v=RsWAVsRefSg'
913
+ # ======================================================================= #
914
+ # === rf fatal_beatings
915
+ # ======================================================================= #
916
+ when /^fatal(_|-| )?beatings?$/i,
917
+ /^shit$/i
918
+ 'https://www.youtube.com/watch?v=rJnboi8rOpo'
919
+ # ======================================================================= #
920
+ # === rf 1980
921
+ # ======================================================================= #
922
+ when '1980','1980s'
923
+ 'https://www.youtube.com/watch?v=OMOGaugKpzs'
924
+ # ======================================================================= #
925
+ # === rf kevin
926
+ # ======================================================================= #
927
+ when 'kevin','mainlearn' # Immer das aktuellste anzeigen, also "main playlist".
928
+ 'https://www.youtube.com/playlist?list=PLlnFrNM93wqyay92Mi49rXZKs7Ih3RBC6'
929
+ # ======================================================================= #
930
+ # === rf who_is_It
931
+ # ======================================================================= #
932
+ when 'who_is_it'
933
+ 'https://www.youtube.com/watch?v=T5kyCKPafGA'
934
+ # ======================================================================= #
935
+ # === rf future
936
+ # ======================================================================= #
937
+ when /^future$/i,
938
+ /^captain(_|-| )?future$/i
939
+ 'https://www.youtube.com/watch?v=dcjhpETolG0'
940
+ # ======================================================================= #
941
+ # === rf marianne_page
942
+ # ======================================================================= #
943
+ when 'marianne_page'
944
+ 'https://www.youtube.com/user/seclusivebeauty'
945
+ # ======================================================================= #
946
+ # === rf slingshot_channel
947
+ # ======================================================================= #
948
+ when /^slingshot(_|-| )?channel$/i,
949
+ /^slingshot$/i
950
+ 'https://www.youtube.com/user/JoergSprave'
951
+ # ======================================================================= #
952
+ # === rf daily_dose_of_internet
953
+ # ======================================================================= #
954
+ when /^daily(_|-| )?dose(_|-| )?of(_|-| )?internet$/,
955
+ /^daily(_|-| )?dose$/,
956
+ /^daily$/
957
+ 'https://www.youtube.com/channel/UCdC0An4ZPNr_YiFiYoVbwaw'
958
+ # ======================================================================= #
959
+ # === rf trance
960
+ # ======================================================================= #
961
+ when 'trance'
962
+ 'https://www.youtube.com/watch?v=d8AXv_jAFVo&list=PLeJs_VIp9-8uRxZXSWeJopTxnCXt3tKnO&index=17'
963
+ # ======================================================================= #
964
+ # === rf itrainhuman
965
+ # ======================================================================= #
966
+ when 'itrainhuman',
967
+ 'itrainhum',
968
+ 'playlist2',
969
+ 'playlist_itrainhuman'
970
+ 'https://www.youtube.com/playlist?annotation_id=annotation_3327182157&feature=iv&list=PLBE734F22791591E0&src_vid=MZnR4NeBN14'
971
+ # ======================================================================= #
972
+ # === rf rope
973
+ # ======================================================================= #
974
+ when 'rope'
975
+ 'https://www.youtube.com/watch?v=kC4LXJSFcuk'
976
+ # ======================================================================= #
977
+ # === rf boty_tv
978
+ # ======================================================================= #
979
+ when 'boty_tv',
980
+ 'botytv'
981
+ 'https://www.youtube.com/user/BOTYTV'
982
+ # ======================================================================= #
983
+ # === rf daniel
984
+ # ======================================================================= #
985
+ when 'daniel'
986
+ 'https://www.youtube.com/channel/UC0w4AA42ItXQEb9aZld87-w'
987
+ # ======================================================================= #
988
+ # === rf married_with_children
989
+ # ======================================================================= #
990
+ when 'married_with_children'
991
+ 'https://www.youtube.com/watch?v=QG9ZG3N_o1Y&list=PLRdzYKzrrGk_h0Lq8A4rIH3lCb-0tOYhQ'
992
+ # ======================================================================= #
993
+ # === rf davidoff
994
+ # ======================================================================= #
995
+ when 'davidoff'
996
+ 'https://www.youtube.com/watch?v=Gd6dnVc9RWc'
997
+ # ======================================================================= #
998
+ # === rf rubykaigi
999
+ # ======================================================================= #
1000
+ when /^ruby(_|-| )?kaigi$/i,
1001
+ 'kaigi'
1002
+ 'https://www.youtube.com/channel/UCBSg5zH-VFJ42BGQFk4VH2A'
1003
+ # ======================================================================= #
1004
+ # === rf mistersunshinebaby
1005
+ # ======================================================================= #
1006
+ when /^mistersunshinebaby$/i,
1007
+ /^-?-?top(_|-| )?videos?$/i
1008
+ # 'https://www.youtube.com/watch?v=8wi77QkhzN0'
1009
+ 'https://www.youtube.com/channel/UC6sLjLotevEzaOspcJqEONQ'
1010
+ # ======================================================================= #
1011
+ # === rf hotelcalifornia
1012
+ # ======================================================================= #
1013
+ when 'hotel_california',
1014
+ 'hotelcalifornia'
1015
+ 'https://www.youtube.com/watch?v=lrfhf1Gv4Tw'
1016
+ # ======================================================================= #
1017
+ # === rf biden
1018
+ # ======================================================================= #
1019
+ when 'biden'
1020
+ 'https://www.youtube.com/watch?v=jjgbAN_SaHg'
1021
+ # ======================================================================= #
1022
+ # === rf lock_picking_lawyer
1023
+ # ======================================================================= #
1024
+ when /^lock(_|-| )?picking(_|-| )?lawyer$/,
1025
+ /^lock(_|-| )?picking$/
1026
+ 'https://www.youtube.com/channel/UCm9K6rby98W8JigLoZOh6FQ'
1027
+ # ======================================================================= #
1028
+ # === rf "El Risitas"
1029
+ # ======================================================================= #
1030
+ when /^El(_|-| )?Risitas$/i
1031
+ 'https://www.youtube.com/watch?v=Fkk9DI-8el4'
1032
+ # ======================================================================= #
1033
+ # === rf albert
1034
+ # ======================================================================= #
1035
+ when 'albert'
1036
+ 'https://www.youtube.com/user/IssuesinBiotechnolog'
1037
+ # ======================================================================= #
1038
+ # === rf takatoriki
1039
+ # ======================================================================= #
1040
+ when /^takatoriki$/i
1041
+ 'https://www.youtube.com/channel/UCNxyWUfEIBTV4I1C9E4OyCg'
1042
+ # ======================================================================= #
1043
+ # === rf bianca
1044
+ # ======================================================================= #
1045
+ when /^bianca$/i
1046
+ 'https://www.youtube.com/channel/UChFr9b2WmVnfEzqF8qgonPw'
1047
+ # ======================================================================= #
1048
+ # === rf hitler_finland
1049
+ # ======================================================================= #
1050
+ when 'hitler_finland'
1051
+ 'https://www.youtube.com/watch?v=oET1WaG5sFk'
1052
+ # ======================================================================= #
1053
+ # === rf my_videos
1054
+ # ======================================================================= #
1055
+ when 'my_videos','myvideos','myvids','video_manager','videomanager',
1056
+ 'youtube_manager','myyoutube','video_uploads'
1057
+ 'https://www.youtube.com/my_videos?o=U'
1058
+ # ======================================================================= #
1059
+ # === rf daft_bodies
1060
+ # ======================================================================= #
1061
+ when 'daft_bodies'
1062
+ 'https://www.youtube.com/watch?v=lLYD_-A_X5E'
1063
+ # ======================================================================= #
1064
+ # === rf netzkino
1065
+ # ======================================================================= #
1066
+ when /^netzkino$/i
1067
+ 'https://www.youtube.com/user/Netzkino'
1068
+ # ======================================================================= #
1069
+ # === rf "Ron Miscavige"
1070
+ # ======================================================================= #
1071
+ when /^-?-?Ron(_|-| )?Miscavige$/i
1072
+ 'https://www.youtube.com/watch?v=FVVdCikBDQk'
1073
+ # ======================================================================= #
1074
+ # === rf damien_walters
1075
+ # ======================================================================= #
1076
+ when 'damien_walters'
1077
+ 'https://www.youtube.com/watch?v=cNvJy0zoXOY'
1078
+ # ======================================================================= #
1079
+ # === rf happy_bboys
1080
+ # ======================================================================= #
1081
+ when 'happy_bboys' # BOTY Spain 2015.
1082
+ 'https://www.youtube.com/watch?v=5sAvkRpoXok'
1083
+ # ======================================================================= #
1084
+ # === rf your_song
1085
+ # ======================================================================= #
1086
+ when /^your(_|-| )?song$/
1087
+ 'https://www.youtube.com/watch?v=cvaycEs1iqM'
1088
+ # ======================================================================= #
1089
+ # === rf youtube_account
1090
+ # ======================================================================= #
1091
+ when /^youtube(_|-| )?account$/i,
1092
+ /^my(_|-| )?youtube$/i
1093
+ 'https://www.youtube.com/channel/UC0XpOL-h-ShWF6v_FzbS_tA'
1094
+ # ======================================================================= #
1095
+ # === rf hug
1096
+ # ======================================================================= #
1097
+ when 'hug',
1098
+ 'andy_hug'
1099
+ 'https://www.youtube.com/watch?v=1voWKqsUtq0'
1100
+ # ======================================================================= #
1101
+ # === rf "Dom tomato"
1102
+ # ======================================================================= #
1103
+ when /^dom(_|-| )?tomato$/i,
1104
+ 'dom',
1105
+ 'tomato'
1106
+ 'https://www.youtube.com/channel/UC3jXR-xcjcf9UTkL-tcg3xw'
1107
+ # ======================================================================= #
1108
+ # === rf "loft"
1109
+ # ======================================================================= #
1110
+ when /^loft$/i
1111
+ 'https://www.youtube.com/watch?v=sv0HoBkmEUw'
1112
+ # ======================================================================= #
1113
+ # === rf "travis heinze"
1114
+ # ======================================================================= #
1115
+ when /^travis(_|-| )?heinze$/
1116
+ 'https://www.youtube.com/channel/UCcn9zOucGvUbeW5GuPuDMSw'
1117
+ # ======================================================================= #
1118
+ # === rf voyage
1119
+ # ======================================================================= #
1120
+ when 'voyage'
1121
+ 'https://www.youtube.com/watch?v=6PDmZnG8KsM'
1122
+ # ======================================================================= #
1123
+ # === rf grubby
1124
+ # ======================================================================= #
1125
+ when /^grubby$/i
1126
+ 'https://www.youtube.com/channel/UCCF6pCTGMKdo9r_kFQS-H3Q'
1127
+ # ======================================================================= #
1128
+ # === rf phoenix
1129
+ # ======================================================================= #
1130
+ when 'phoenix'
1131
+ 'https://www.youtube.com/channel/UCUdIf7bDo3I8dWPLV4Q2rTA'
1132
+ # ======================================================================= #
1133
+ # === rf cosmo
1134
+ # ======================================================================= #
1135
+ when 'cosmo'
1136
+ 'https://www.youtube.com/watch?v=sZAxFOy_vYg'
1137
+ # ======================================================================= #
1138
+ # === rf crota
1139
+ # ======================================================================= #
1140
+ when 'crota',
1141
+ 'crotagaming'
1142
+ 'https://www.youtube.com/user/BlizShouter'
1143
+ # ======================================================================= #
1144
+ # === rf adalia
1145
+ # ======================================================================= #
1146
+ when 'adalia',
1147
+ 'progeria'
1148
+ 'https://www.youtube.com/channel/UCZnOEZsMyNLNoK_aKOEUU7Q'
1149
+ # ======================================================================= #
1150
+ # === rf neue_normalität
1151
+ # ======================================================================= #
1152
+ when /^neue(_|-| )?normalität$/i
1153
+ 'https://www.youtube.com/channel/UCrqQX2BJMPaEvYGp4MNwiLA'
1154
+ # ======================================================================= #
1155
+ # === rf issue
1156
+ # ======================================================================= #
1157
+ when 'issue',
1158
+ 'morning_of_owl_issue',
1159
+ 'bboy_issue'
1160
+ 'https://www.youtube.com/watch?v=uRDK281i_G4'
1161
+ # ======================================================================= #
1162
+ # === rf funky_town
1163
+ # ======================================================================= #
1164
+ when /funky_?town/
1165
+ 'https://www.youtube.com/watch?v=aa4Fa0MZrvU'
1166
+ # ======================================================================= #
1167
+ # === rf "dosbros"
1168
+ # ======================================================================= #
1169
+ when /^dosbros$/i,
1170
+ /^bosshoss/i
1171
+ 'https://www.youtube.com/watch?v=rrLSgt5_uuw'
1172
+ # ======================================================================= #
1173
+ # === rf sumo-basho
1174
+ # ======================================================================= #
1175
+ when /^sumo(_|-| )?basho$/i,
1176
+ 'sumo'
1177
+ # 'https://www.youtube.com/channel/UCzZ8v5JF3IyxLWOCGKpcP0g'
1178
+ 'https://www.youtube.com/channel/UCErxT8KRQi3JJEwMCDrcHBg/videos'
1179
+ # ======================================================================= #
1180
+ # === rf baradul
1181
+ # ======================================================================= #
1182
+ when 'baradul','mechwarrior',
1183
+ 'mechs',
1184
+ 'mech'
1185
+ 'https://www.youtube.com/channel/UCa-fkypLpFQjKhsoscKoodg'
1186
+ # ======================================================================= #
1187
+ # === rf "Vincent De Moor - Eternity Forever"
1188
+ # ======================================================================= #
1189
+ when /^Vincent(_|-| )?De(_|-| )?Moor(_|-| )?(_|-| )?(_|-| )?Eternity(_|-| )?Forever$/i,
1190
+ 'last'
1191
+ 'https://www.youtube.com/watch?v=Rhnn_nJuX14'
1192
+ # ======================================================================= #
1193
+ # === rf dübel
1194
+ # ======================================================================= #
1195
+ when 'dübel'
1196
+ 'https://www.youtube.com/watch?v=zJcgxR0UPOI'
1197
+ # ======================================================================= #
1198
+ # === rf whats_my_line
1199
+ # ======================================================================= #
1200
+ when 'whats_my_line'
1201
+ 'https://www.youtube.com/channel/UChPE75Fvvl1HmdAsO7Nzb8w'
1202
+ # ======================================================================= #
1203
+ # === rf techzone
1204
+ # ======================================================================= #
1205
+ when 'techzone'
1206
+ 'https://www.youtube.com/channel/UC6H07z6zAwbHRl4Lbl0GSsw'
1207
+ # ======================================================================= #
1208
+ # === rf theradbrad
1209
+ # ======================================================================= #
1210
+ when /^theradbrad$/i,
1211
+ /^radbrad$/i,
1212
+ /^brad$/i,
1213
+ /^rad$/i
1214
+ 'https://www.youtube.com/user/theRadBrad'
1215
+ # ======================================================================= #
1216
+ # === rf matz_talk
1217
+ # ======================================================================= #
1218
+ when 'matz_talk','matztalk'
1219
+ 'https://www.youtube.com/watch?v=1l3U1X3z0CE'
1220
+ # ======================================================================= #
1221
+ # === rf npc_oblivion
1222
+ # ======================================================================= #
1223
+ when /^npc(_|-| )?oblivion$/i
1224
+ 'https://www.youtube.com/watch?v=9VyYNuZnIac'
1225
+ # ======================================================================= #
1226
+ # === rf sexy_ass
1227
+ # ======================================================================= #
1228
+ when 'sexy_ass'
1229
+ 'https://www.youtube.com/watch?v=KZktOp0vAZc'
1230
+ # ======================================================================= #
1231
+ # === rf noodle
1232
+ # ======================================================================= #
1233
+ when /^noodle$/i
1234
+ 'https://www.youtube.com/channel/UCC7NbKderAsMgHowATfqxNA'
1235
+ # ======================================================================= #
1236
+ # === rf asylum
1237
+ # ======================================================================= #
1238
+ when /^asylum$/i,
1239
+ /^the(_|-| )?asylum$/i
1240
+ # 'https://www.youtube.com/watch?v=w1GGdEOz044'
1241
+ 'https://www.youtube.com/watch?v=DMjNLTiEFvA'
1242
+ # ======================================================================= #
1243
+ # === rf hiroyuki
1244
+ # ======================================================================= #
1245
+ when 'hiroyuki',
1246
+ 'sanada'
1247
+ 'https://www.youtube.com/watch?v=WHye0Ob5Gxg'
1248
+ # ======================================================================= #
1249
+ # === rf maytree
1250
+ # ======================================================================= #
1251
+ when /^may(_|-| )?tree$/i
1252
+ 'https://www.youtube.com/channel/UC3mY2SKYhPjqImtBBXsR6_Q'
1253
+ # ======================================================================= #
1254
+ # === rf BOTY1997
1255
+ # ======================================================================= #
1256
+ when /^BOTY(_|-| )?1997$/i
1257
+ 'https://www.youtube.com/watch?v=dlh1drIGBgQ'
1258
+ # ======================================================================= #
1259
+ # === rf one_night_in_bangkok
1260
+ # ======================================================================= #
1261
+ when /one_?night_?in_?bangkok/i,'onenight',
1262
+ 'thai',
1263
+ 'bangkok'
1264
+ 'https://www.youtube.com/watch?v=tBu-ewMRhkA' # 'https://www.youtube.com/watch?v=D4N6MqD1-40' # 'https://www.youtube.com/watch?v=tBu-ewMRhkA'
1265
+ # ======================================================================= #
1266
+ # === rf witti
1267
+ # ======================================================================= #
1268
+ when 'witty','wtii','wti','wtii_youtube','wyoutube',
1269
+ 'wyou','witti'
1270
+ 'https://www.youtube.com/user/WTii1/videos'
1271
+ # ======================================================================= #
1272
+ # === rf wt
1273
+ # ======================================================================= #
1274
+ when 'wt'
1275
+ 'https://www.youtube.com/user/WTii1?feature=watch'
1276
+ # ======================================================================= #
1277
+ # === rf wtii_playlist
1278
+ # ======================================================================= #
1279
+ when /^wtii(_|-| )?playlist$/i
1280
+ 'https://www.youtube.com/watch?v=wc8GJ9NB7Qg&list=PLtRq4BZLKAP2rQsiPaLy-UMzU8aWxue56'
1281
+ # ======================================================================= #
1282
+ # === rf the_medusa_touch
1283
+ # ======================================================================= #
1284
+ when /^the(_|-| )?medusa(_|-| )?touch$/,
1285
+ 'medusa'
1286
+ 'https://www.youtube.com/watch?v=y-4Nt4PV_sw'
1287
+ # ======================================================================= #
1288
+ # === rf paolo
1289
+ # ======================================================================= #
1290
+ when 'paolo'
1291
+ 'https://www.youtube.com/channel/UCixD9UbKvDxzGNiPC_fgHyA'
1292
+ # ======================================================================= #
1293
+ # === rf kleinwalsertal
1294
+ # ======================================================================= #
1295
+ when 'kleinwalsertal',
1296
+ 'kleinwalser'
1297
+ 'https://www.youtube.com/watch?v=Uyi6PiOPj3E'
1298
+ # ======================================================================= #
1299
+ # === rf franzese
1300
+ # ======================================================================= #
1301
+ when /^franzese$/i
1302
+ 'https://www.youtube.com/user/MichaelFranzese'
1303
+ # ======================================================================= #
1304
+ # === rf themanagement
1305
+ # ======================================================================= #
1306
+ when /^the(_|-| )?management$/i
1307
+ 'https://www.youtube.com/channel/UC951AqujycbBI083GmKRY3A'
1308
+ # ======================================================================= #
1309
+ # === rf "marble machine"
1310
+ # ======================================================================= #
1311
+ when /^-?-?marble(_|-| )?machine$/i
1312
+ 'https://www.youtube.com/watch?v=IvUU8joBb1Q'
1313
+ # ======================================================================= #
1314
+ # === rf boku_lehrvideo
1315
+ # ======================================================================= #
1316
+ when 'boku_lehrvideo' # 27.09.2013
1317
+ 'https://www.youtube.com/watch?v=lDdFAhpLm_M'
1318
+ # ======================================================================= #
1319
+ # === rf "polly matzinger"
1320
+ # ======================================================================= #
1321
+ when /^-?-?polly(_|-| )?matzinger$/i
1322
+ 'https://www.youtube.com/watch?v=W-GPDDVGF4Y'
1323
+ # ======================================================================= #
1324
+ # === rf shana_ski_retreat
1325
+ # ======================================================================= #
1326
+ when 'shana_ski_retreat'
1327
+ 'https://www.youtube.com/watch?v=jZFSQrfR3qU'
1328
+ # ======================================================================= #
1329
+ # === rf "trial"
1330
+ # ======================================================================= #
1331
+ when /^trial$/i
1332
+ 'https://www.youtube.com/watch?v=8yIvU3j6-QI'
1333
+ # ======================================================================= #
1334
+ # === rf remi
1335
+ # ======================================================================= #
1336
+ when 'remi',
1337
+ 'remy'
1338
+ 'https://www.youtube.com/watch?v=jI73sAqDsL4' # 25.03.2017
1339
+ # ======================================================================= #
1340
+ # === rf "ozzy_man"
1341
+ # ======================================================================= #
1342
+ when /^ozzy(_|-| )?man$/i
1343
+ 'https://www.youtube.com/user/ozzymanreviews'
1344
+ # ======================================================================= #
1345
+ # === rf pusic
1346
+ # ======================================================================= #
1347
+ when /^pusic$/i
1348
+ 'https://www.youtube.com/channel/UCyIqcxz-vR_o2GK4HWuZL8w'
1349
+ # ======================================================================= #
1350
+ # === rf gould
1351
+ # ======================================================================= #
1352
+ when /^gould2?$/i,
1353
+ /^chris_sumo$/i,
1354
+ /^sumo2$/i
1355
+ 'https://www.youtube.com/channel/UCIk5AQ47TYq8PQRoeM47LqQ'
1356
+ # ======================================================================= #
1357
+ # === how_the_ISS_works
1358
+ # ======================================================================= #
1359
+ when /^how_the_ISS_works$/i
1360
+ 'https://www.youtube.com/watch?v=SGP6Y0Pnhe4&t=1157s'
1361
+ # ======================================================================= #
1362
+ # === rf wt3
1363
+ # ======================================================================= #
1364
+ when 'wt3',
1365
+ 'wt2',
1366
+ 'wtiiwarcraft'
1367
+ 'https://www.youtube.com/user/wtiiwarcraft/videos'
1368
+ # ======================================================================= #
1369
+ # === rf "cat_politely_asking_to_get_pet"
1370
+ # ======================================================================= #
1371
+ when /^cat(_|-| )?politely(_|-| )?asking(_|-| )?to(_|-| )?get(_|-| )?pet$/i
1372
+ 'https://www.youtube.com/watch?v=Y2T4caGlK80'
1373
+ # ======================================================================= #
1374
+ # === rf "tricking"
1375
+ # ======================================================================= #
1376
+ when /^tricking$/i
1377
+ 'https://www.youtube.com/watch?v=VFG-BecTtuU'
1378
+ # ======================================================================= #
1379
+ # === rf "chorus"
1380
+ # ======================================================================= #
1381
+ when /^chorus$/i
1382
+ 'https://www.youtube.com/watch?v=A8LV75PMseU'
1383
+ # ======================================================================= #
1384
+ # === rf "Something Got Me Started"
1385
+ # ======================================================================= #
1386
+ when /^Something(_|-| )?Got(_|-| )?Me(_|-| )?Started$/i
1387
+ 'https://www.youtube.com/watch?v=DMgVS2j05HA'
1388
+ # ======================================================================= #
1389
+ # === rf "wear a helmet"
1390
+ # ======================================================================= #
1391
+ when /^wear(_|-| )?a(_|-| )?helmet$/i
1392
+ 'https://www.youtube.com/watch?v=6KBgXzQz0cA'
1393
+ # ======================================================================= #
1394
+ # === rf "he can pee in me anytime"
1395
+ # ======================================================================= #
1396
+ when /^he(_|-| )?can(_|-| )?pee(_|-| )?in(_|-| )?me(_|-| )?anytime$/i,
1397
+ /^pee(_|-| )?in(_|-| )?me(_|-| )?anytime$/i,
1398
+ /^pee(_|-| )?in(_|-| )?me$/i
1399
+ 'https://www.youtube.com/watch?v=1haT0gEqesY'
1400
+ # ======================================================================= #
1401
+ # === rf viral_lectures
1402
+ # ======================================================================= #
1403
+ when 'viral_lectures','virallectures'
1404
+ 'https://www.youtube.com/watch?v=HCFmr0H6VsE'
1405
+ # ======================================================================= #
1406
+ # === rf tellmeapoem
1407
+ # ======================================================================= #
1408
+ when 'tell_me_a_poem','tellmeapoem'
1409
+ 'https://www.youtube.com/watch?v=C2eELbIPVzA'
1410
+ # ======================================================================= #
1411
+ # === rf funka_fliaga
1412
+ # ======================================================================= #
1413
+ when /^funka(_|-| )?fliaga$/
1414
+ 'https://www.youtube.com/watch?v=i67-WMmQRCM'
1415
+ # ======================================================================= #
1416
+ # === rf "Interview With A Serial Killer"
1417
+ # ======================================================================= #
1418
+ when /^Interview(_|-| )?With(_|-| )?A(_|-| )?Serial(_|-| )?Killer$/i
1419
+ 'https://www.youtube.com/watch?v=NQNwjEkszvg'
1420
+ # ======================================================================= #
1421
+ # === rf "Creature Features"
1422
+ # ======================================================================= #
1423
+ when /^Creature(_|-| )?Features?$/i
1424
+ 'https://www.youtube.com/channel/UCqj7_lh8E9q8pLsJN49JB4w'
1425
+ # ======================================================================= #
1426
+ # === rf "hanni"
1427
+ # ======================================================================= #
1428
+ when /^hanni$/i
1429
+ 'https://www.youtube.com/channel/UCE-ySPkiN3NwaNhTzumlMkw'
1430
+ # ======================================================================= #
1431
+ # === rf "Dont stop movin"
1432
+ # ======================================================================= #
1433
+ when /^Dont(_|-| )?Stop(_|-| )?Movin$/i
1434
+ 'https://www.youtube.com/watch?v=vm262cXxRrU'
1435
+ # ======================================================================= #
1436
+ # === rf "sommer sommer sommer"
1437
+ # ======================================================================= #
1438
+ when /^sommer(_|-| )?sommer(_|-| )?sommer?$/i
1439
+ 'https://www.youtube.com/watch?v=lhhhoz1CKi4'
1440
+ # ======================================================================= #
1441
+ # === rf rossmann
1442
+ # ======================================================================= #
1443
+ when /^rossmann?$/i
1444
+ 'https://www.youtube.com/user/rossmanngroup'
1445
+ # ======================================================================= #
1446
+ # === rf devon
1447
+ # ======================================================================= #
1448
+ when 'devon',
1449
+ /^devon(_|-| )?larratt?$/i
1450
+ 'https://www.youtube.com/channel/UCBcMvaSRmSh3362bzvOBerw'
1451
+ # ======================================================================= #
1452
+ # === rf college_prank
1453
+ # ======================================================================= #
1454
+ when /^college(_|-| )?prank$/i
1455
+ 'https://www.youtube.com/watch?v=1lyHQLyZUuM'
1456
+ # ======================================================================= #
1457
+ # === rf fotonovela
1458
+ # ======================================================================= #
1459
+ when /^fotonovela$/i,
1460
+ /^telenovela$/i
1461
+ 'https://www.youtube.com/watch?v=jzDEAc4uvmY'
1462
+ # ======================================================================= #
1463
+ # === rf abba
1464
+ # ======================================================================= #
1465
+ when 'abba'
1466
+ 'https://www.youtube.com/watch?v=XEjLoHdbVeE'
1467
+ # ======================================================================= #
1468
+ # === rf lehto
1469
+ # ======================================================================= #
1470
+ when /^-?-?lehto$/i
1471
+ 'https://www.youtube.com/channel/UCMljRGC0eBJrxbUorWEnasg'
1472
+ # ======================================================================= #
1473
+ # === rf the_stepford_wives
1474
+ # ======================================================================= #
1475
+ when /^the(_|-| )?stepford(_|-| )?wives$/i,
1476
+ /^stepford(_|-| )?wives$/i,
1477
+ /^stepford$/i,
1478
+ /^stepfordshire$/i
1479
+ 'https://www.youtube.com/watch?v=WoJOS15B-8U'
1480
+ # ======================================================================= #
1481
+ # === rf DirectD
1482
+ # ======================================================================= #
1483
+ when /^-?-?direct(_|-| )?d$/i
1484
+ 'https://www.youtube.com/c/DirectDAudits'
1485
+ # ======================================================================= #
1486
+ # === rf croco
1487
+ # ======================================================================= #
1488
+ when /^croco$/i,
1489
+ /^gator$/i,
1490
+ /^crocs$/i
1491
+ 'https://www.youtube.com/channel/UCymCXSxL75k-E7pNYAujSEg'
1492
+ # ======================================================================= #
1493
+ # === rf evolution_documentary
1494
+ # ======================================================================= #
1495
+ when 'evolution_documentary'
1496
+ 'https://www.youtube.com/watch?v=lZqsVKqUEpA'
1497
+ # ======================================================================= #
1498
+ # === rf "tods_workshop"
1499
+ # ======================================================================= #
1500
+ when /^tod'?s(_|-| )?workshop$/i
1501
+ 'https://www.youtube.com/user/todsstuff1'
1502
+ # ======================================================================= #
1503
+ # === rf genocide_ethiopia
1504
+ # ======================================================================= #
1505
+ when /^genocide(_|-| )?ethiopia$/
1506
+ 'https://www.youtube.com/watch?v=ZDSHgitOTcI'
1507
+ # ======================================================================= #
1508
+ # === rf italo2
1509
+ # ======================================================================= #
1510
+ when /^-?-?italo2$/i,
1511
+ /^-?-?Italo(_|-| )?Disco(_|-| )?Megamix(_|-| )?Club(_|-| )?80\'s(_|-| )?Megamix$/i
1512
+ 'https://www.youtube.com/watch?v=UThepL8I-Os'
1513
+ # ======================================================================= #
1514
+ # === rf "audit_the_audit"
1515
+ # ======================================================================= #
1516
+ when /^audit(_|-| )?the(_|-| )?audit$/i
1517
+ 'https://www.youtube.com/channel/UCc-0YpRpqgA5lPTpSQ5uo-Q'
1518
+ # ======================================================================= #
1519
+ # === rf "city of the dead"
1520
+ # ======================================================================= #
1521
+ when /^-?-?city(_|-| )?of(_|-| )?the(_|-| )?dead$/i,
1522
+ /^-?-?city(_|-| )?of(_|-| )?dead$/i,
1523
+ /^-?-?the(_|-| )?city(_|-| )?of(_|-| )?dead$/i
1524
+ 'https://www.youtube.com/watch?v=EATP4oOr6PA'
1525
+ # ======================================================================= #
1526
+ # === rf "oatmeal"
1527
+ # ======================================================================= #
1528
+ when /^oatmeal$/i
1529
+ 'https://www.youtube.com/watch?v=i4QYvXpaXlY'
1530
+ # ======================================================================= #
1531
+ # === rf NileRed
1532
+ # ======================================================================= #
1533
+ when /^-?-?Nile(_|-| )?red$/i
1534
+ 'https://www.youtube.com/c/NileRed'
1535
+ # ======================================================================= #
1536
+ # === rf "Live World"
1537
+ # ======================================================================= #
1538
+ when /^-?-?Live(_|-| )?World$/i
1539
+ 'https://www.youtube.com/channel/UCA2jUUNoi3vNuTOaiNDLOsA'
1540
+ # ======================================================================= #
1541
+ # === rf "Tod's workshop"
1542
+ # ======================================================================= #
1543
+ when /^Tod's(_|-| )?workshop$/i,
1544
+ /^tod$/i
1545
+ 'https://www.youtube.com/channel/UCWnlQMQ-ACfhpD68yWRsnJw'
1546
+ # ======================================================================= #
1547
+ # === rf "N-Trance - Stayin' Alive"
1548
+ # ======================================================================= #
1549
+ when /^-?-?N-Trance(_|-| )?(_|-| )?(_|-| )?Stayin'?(_|-| )?Alive$/i
1550
+ 'https://www.youtube.com/watch?v=qiKOif0UKRM'
1551
+ # ======================================================================= #
1552
+ # === rf kocher-arsch-foto
1553
+ # ======================================================================= #
1554
+ when /^-?-?kocher(_|-| )?arsch(_|-| )?foto$/i
1555
+ 'https://www.youtube.com/watch?v=D50reKS2Wag'
1556
+ # ======================================================================= #
1557
+ # === rf proxy_youtube
1558
+ # ======================================================================= #
1559
+ when /^proxy(_|-| )?youtube$/
1560
+ 'https://eu0.proxysite.com/process.php?d=wAXtcal4d3DG8ejUEHZIVY0T5yeumE60DSaP&b=1'
1561
+ else
1562
+ return i # Must return the original input in this case.
1563
+ end
1564
+ end
1565
+
1566
+ end
1567
+
1568
+ if __FILE__ == $PROGRAM_NAME
1569
+ puts BeautifulUrl.video_menu(:paper)
1570
+ end