ruby-oembed 0.14.1 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +3 -0
- data/CHANGELOG.rdoc +13 -1
- data/lib/oembed.rb +1 -0
- data/lib/oembed/provider.rb +54 -5
- data/lib/oembed/providers.rb +39 -300
- data/lib/oembed/providers/aggregators/embedly_urls.yml +167 -6
- data/lib/oembed/providers/builtin_providers.rb +292 -0
- data/lib/oembed/providers/facebook_post.rb +27 -17
- data/lib/oembed/providers/facebook_video.rb +22 -10
- data/lib/oembed/providers/instagram.rb +37 -20
- data/lib/oembed/providers/tik_tok.rb +11 -0
- data/lib/oembed/version.rb +2 -2
- data/spec/cassettes/OEmbed_Provider.yml +117 -16
- data/spec/cassettes/OEmbed_Providers_CodePen.yml +177 -0
- data/spec/cassettes/OEmbed_Providers_FacebookPost.yml +539 -0
- data/spec/cassettes/OEmbed_Providers_FacebookVideo.yml +267 -0
- data/spec/cassettes/OEmbed_Providers_Instagram.yml +1473 -0
- data/spec/cassettes/OEmbed_Providers_Slideshare.yml +420 -834
- data/spec/cassettes/OEmbed_Providers_TikTok.yml +293 -0
- data/spec/cassettes/OEmbed_Providers_Twitter.yml +84 -357
- data/spec/cassettes/OEmbed_Providers_Youtube.yml +188 -26
- data/spec/provider_spec.rb +315 -138
- data/spec/providers/code_pen_spec.rb +21 -0
- data/spec/providers/facebook_post_spec.rb +54 -0
- data/spec/providers/facebook_video_spec.rb +48 -0
- data/spec/providers/instagram_spec.rb +48 -0
- data/spec/providers/slideshare_spec.rb +2 -9
- data/spec/providers/tik_tok_spec.rb +26 -0
- data/spec/providers/twitter_spec.rb +3 -10
- data/spec/providers/youtube_spec.rb +3 -9
- data/spec/providers_spec.rb +151 -16
- data/spec/response_spec.rb +2 -2
- data/spec/spec_helper.rb +19 -1
- data/spec/support/shared_examples_for_providers.rb +32 -20
- metadata +25 -5
- data/spec/providers/facebook_spec.rb +0 -50
@@ -38,6 +38,7 @@
|
|
38
38
|
- http://*.paperform.co/*
|
39
39
|
- http://*.polarb.com/*
|
40
40
|
- http://*.razoo.com/*
|
41
|
+
- http://*.relayto.com/*
|
41
42
|
- http://*.silk.co/explore/*
|
42
43
|
- http://*.slideshare.net/*/*
|
43
44
|
- http://*.smugmug.com/*
|
@@ -94,12 +95,14 @@
|
|
94
95
|
- http://60db.co/story/*
|
95
96
|
- http://a.fsbl.io/*
|
96
97
|
- http://abcnews.com/*/video/*
|
98
|
+
- http://acast.com/*
|
97
99
|
- http://acebot.ai/*
|
98
100
|
- http://acehiphop.com/*
|
99
101
|
- http://achewood.com/*
|
100
102
|
- http://achewood.com/index.php*
|
101
103
|
- http://adorilabs.com/*
|
102
104
|
- http://adpaths.com/*
|
105
|
+
- http://adventr.io/*
|
103
106
|
- http://alkislarlayasiyorum.com/*
|
104
107
|
- http://allears.cc/*
|
105
108
|
- http://allihoopa.com/s/*
|
@@ -114,7 +117,9 @@
|
|
114
117
|
- http://api.bangbang.do/*
|
115
118
|
- http://api.lovelive.tv/v1/*
|
116
119
|
- http://api.minoto-video.com/publishers/*/videos/*
|
120
|
+
- http://api.video/*
|
117
121
|
- http://app.badpanda.gg/*
|
122
|
+
- http://app.involve.me/*/*
|
118
123
|
- http://app.queezly.com/*
|
119
124
|
- http://app.sliderocket.com/*
|
120
125
|
- http://app.stghv.com/*
|
@@ -140,6 +145,7 @@
|
|
140
145
|
- http://avocode.com/*
|
141
146
|
- http://backtracks.fm/*
|
142
147
|
- http://badgr.io/*
|
148
|
+
- http://badjupiter.com/*
|
143
149
|
- http://bale.io/*
|
144
150
|
- http://bambuser.com/channel/*
|
145
151
|
- http://bambuser.com/channel/*/broadcast/*
|
@@ -156,6 +162,7 @@
|
|
156
162
|
- http://bitofme.io/*
|
157
163
|
- http://blab.im/*
|
158
164
|
- http://blip.tv/*/*
|
165
|
+
- http://blogaudio.co/*
|
159
166
|
- http://blogcast.host/*
|
160
167
|
- http://blogsend.io/*
|
161
168
|
- http://blueprintue.com/*
|
@@ -184,12 +191,14 @@
|
|
184
191
|
- http://captur3d.io/*
|
185
192
|
- http://carbon.now.sh/*
|
186
193
|
- http://cards.heeyy.com/*
|
194
|
+
- http://causal.app/*
|
187
195
|
- http://cayke.co/*
|
188
196
|
- http://cbsnews.com/video/watch/*
|
189
197
|
- http://cdn.knightlab.com/libs/juxtapose/*
|
190
198
|
- http://cdn.knightlab.com/libs/timeline3/*
|
191
199
|
- http://cdn.sendout.io/*
|
192
200
|
- http://charts.socialexplorer.com/*
|
201
|
+
- http://charttt.com/*
|
193
202
|
- http://chatnews.io/embeds/*
|
194
203
|
- http://checkmedia.org/*/project/*
|
195
204
|
- http://chew.tv/*/*
|
@@ -206,8 +215,11 @@
|
|
206
215
|
- http://cnbc.com/id/*/play/1/video/*
|
207
216
|
- http://cnbc.com/id/*?*video*
|
208
217
|
- http://cnn.it/*
|
218
|
+
- http://coda.io/*
|
219
|
+
- http://codeapprun.io/*
|
209
220
|
- http://codeembed.dev/*
|
210
221
|
- http://codegenerators.io/*
|
222
|
+
- http://codenext.io/*
|
211
223
|
- http://codeocean.com/*
|
212
224
|
- http://codepen.io/*/pen/*
|
213
225
|
- http://codepen.io/*/pen/*
|
@@ -234,6 +246,7 @@
|
|
234
246
|
- http://crowdmap.com/post/*
|
235
247
|
- http://cube365.net/*
|
236
248
|
- http://d.pr/i/*
|
249
|
+
- http://d.tube/*
|
237
250
|
- http://danfoss.com/*
|
238
251
|
- http://dashboard.minoto-video.com/main/video/details/*
|
239
252
|
- http://datapane.com/*
|
@@ -243,6 +256,8 @@
|
|
243
256
|
- http://datawrapper.dwcdn.net/*
|
244
257
|
- http://dcaclab.com/*
|
245
258
|
- http://decs.xyz/*
|
259
|
+
- http://deepnote.com/*
|
260
|
+
- http://descript.com/*
|
246
261
|
- http://diagramy.com/*
|
247
262
|
- http://distrify.com/film/*
|
248
263
|
- http://dlystr.io/*
|
@@ -252,6 +267,7 @@
|
|
252
267
|
- http://dotsub.com/view/*
|
253
268
|
- http://drbl.in/*
|
254
269
|
- http://dreambroker.com/channel/*
|
270
|
+
- http://dropper.link/*
|
255
271
|
- http://dsc.discovery.com/videos/*
|
256
272
|
- http://dtsgr.com/*
|
257
273
|
- http://edition.cnn.com/video/*
|
@@ -270,6 +286,7 @@
|
|
270
286
|
- http://embed.socialexplorer.com/*
|
271
287
|
- http://embed.socialexplorer.com/*
|
272
288
|
- http://embedery.com/*
|
289
|
+
- http://ember.ly/*
|
273
290
|
- http://emojicom.io/*
|
274
291
|
- http://emojot.com/*
|
275
292
|
- http://envelope.li/*
|
@@ -283,6 +300,7 @@
|
|
283
300
|
- http://fav.me/*
|
284
301
|
- http://fb.com
|
285
302
|
- http://fb.me/*
|
303
|
+
- http://firstory.io/*
|
286
304
|
- http://firstory.me/*
|
287
305
|
- http://fiverr.com/*/*
|
288
306
|
- http://flat.io/score/*
|
@@ -293,10 +311,12 @@
|
|
293
311
|
- http://flourish.studio/*
|
294
312
|
- http://flowvella.com/s/*
|
295
313
|
- http://fontself.com/*
|
314
|
+
- http://foodfoundation.recipes/*
|
296
315
|
- http://footpathapp.com/*
|
297
316
|
- http://fora.tv/*/*/*/*
|
298
317
|
- http://forge.gg/*
|
299
318
|
- http://form.jotform.com/*
|
319
|
+
- http://formito.com/*
|
300
320
|
- http://formula-embedappspot.com/*
|
301
321
|
- http://fotopedia.com/*/*
|
302
322
|
- http://foursquare.com/*
|
@@ -312,6 +332,7 @@
|
|
312
332
|
- http://galeri.uludagsozluk.com/*
|
313
333
|
- http://gametakes.com/*
|
314
334
|
- http://gametrailers.com/video*
|
335
|
+
- http://gateway-tt.in/trade/*
|
315
336
|
- http://genesisplayer.io/*
|
316
337
|
- http://genius.com/videos/*
|
317
338
|
- http://getclippy.co/p/*
|
@@ -327,6 +348,7 @@
|
|
327
348
|
- http://gist.github.com/*
|
328
349
|
- http://gitpitch.com/*/*
|
329
350
|
- http://glitch.com/*
|
351
|
+
- http://glooviapp.com/*
|
330
352
|
- http://go.vooozer.com/*
|
331
353
|
- http://goabstract.com/*
|
332
354
|
- http://goanimate.com/videos/*
|
@@ -354,7 +376,10 @@
|
|
354
376
|
- http://health.discovery.com/videos/*
|
355
377
|
- http://herth.co/*
|
356
378
|
- http://heytwist.com/*
|
379
|
+
- http://hillia.app/*
|
380
|
+
- http://himalaya.com/*
|
357
381
|
- http://hopbucket.com/plan-details/*
|
382
|
+
- http://hostedbyyou.com/*
|
358
383
|
- http://huffduffer.com/*/*
|
359
384
|
- http://hulu.com/w/*
|
360
385
|
- http://hulu.com/watch*
|
@@ -398,6 +423,8 @@
|
|
398
423
|
- http://khanacademy.org/*
|
399
424
|
- http://kidoju.com/*
|
400
425
|
- http://kit.com/*
|
426
|
+
- http://kkbox.com/*
|
427
|
+
- http://kmdr.sh/*
|
401
428
|
- http://kralify.com/watch*
|
402
429
|
- http://kyso.io/*
|
403
430
|
- http://launch.newsinc.com/*
|
@@ -411,9 +438,13 @@
|
|
411
438
|
- http://live.huffingtonpost.com/r/segment/*/*
|
412
439
|
- http://liveleak.com/view?*
|
413
440
|
- http://livestream.com/*
|
441
|
+
- http://lodestarlearning.com/*
|
442
|
+
- http://logora.fr/*
|
414
443
|
- http://logotv.com/video/*
|
415
444
|
- http://lonelyplanet.com/Clip.aspx?*
|
445
|
+
- http://loom.com/share/*
|
416
446
|
- http://ludus.one/*
|
447
|
+
- http://lumiere.is/*
|
417
448
|
- http://lustich.de/videos/*
|
418
449
|
- http://lynda.com/*
|
419
450
|
- http://m.youtube.com/index*
|
@@ -436,10 +467,13 @@
|
|
436
467
|
- http://megaphone.fm/*
|
437
468
|
- http://megavisor.com/en/view/*
|
438
469
|
- http://megavisor.com/view/*
|
470
|
+
- http://milanote.com/*
|
439
471
|
- http://military.discovery.com/videos/*
|
440
472
|
- http://millioneyez.com/*
|
441
473
|
- http://minilogs.com/*
|
442
474
|
- http://minko.io/s/
|
475
|
+
- http://mipasa.org/*
|
476
|
+
- http://mipasa.org/*
|
443
477
|
- http://mixergy.com/*
|
444
478
|
- http://mlkshk.com/p/*
|
445
479
|
- http://moby.to/*
|
@@ -447,6 +481,7 @@
|
|
447
481
|
- http://momento360.com/e/uc/*
|
448
482
|
- http://money.cnn.com/video/*
|
449
483
|
- http://money.cnn.com/videos/*
|
484
|
+
- http://moqups.com/*
|
450
485
|
- http://moveshelf.com/*
|
451
486
|
- http://mpembed.com/*
|
452
487
|
- http://mpora.com/videos/*
|
@@ -454,6 +489,7 @@
|
|
454
489
|
- http://msnbc.msn.com/*/watch/*
|
455
490
|
- http://multimedia.foxsports.com/m/video/*/*
|
456
491
|
- http://muralapp.io/*
|
492
|
+
- http://muse.ai/*
|
457
493
|
- http://muvi.es/*
|
458
494
|
- http://muzu.tv/*
|
459
495
|
- http://my.opera.com/*/albums/show.dml?id=*
|
@@ -470,10 +506,12 @@
|
|
470
506
|
- http://nbcnews.com/*
|
471
507
|
- http://neatclip.com/*
|
472
508
|
- http://nodalview.com/*
|
509
|
+
- http://nopaste.ml/*
|
473
510
|
- http://npmcharts.com/*
|
474
511
|
- http://nr8.com/embed/*
|
475
512
|
- http://nuggetcharts.com/*
|
476
513
|
- http://nzonscreen.com/title/*
|
514
|
+
- http://observablehq.com/*
|
477
515
|
- http://oddshot.tv/*
|
478
516
|
- http://odiocast.com/*
|
479
517
|
- http://oice.com/*
|
@@ -490,11 +528,13 @@
|
|
490
528
|
- http://oumy.com/v/*
|
491
529
|
- http://overflow.io/*
|
492
530
|
- http://ow.ly/i/*
|
531
|
+
- http://page.link/*
|
493
532
|
- http://parkfy.com/*
|
494
533
|
- http://pasteapp.com/*
|
495
534
|
- http://pastebin.com/*
|
496
535
|
- http://pastie.org/*
|
497
536
|
- http://patching.io/*
|
537
|
+
- http://perfectrecall.app/*
|
498
538
|
- http://photozou.jp/photo/photo_only/*/*
|
499
539
|
- http://photozou.jp/photo/show/*/*
|
500
540
|
- http://pikchur.com/*
|
@@ -511,6 +551,7 @@
|
|
511
551
|
- http://play.spotify.com/*
|
512
552
|
- http://player.entrypoint.live/*
|
513
553
|
- http://player.megaphone.fm/*
|
554
|
+
- http://player.soundon.fm/p/*
|
514
555
|
- http://player.videopath.com/*
|
515
556
|
- http://player.vimeo.com/*
|
516
557
|
- http://players.brightcove.net/*
|
@@ -520,6 +561,7 @@
|
|
520
561
|
- http://plnkr.co/*
|
521
562
|
- http://plotly.com/*
|
522
563
|
- http://plus.google.com/*
|
564
|
+
- http://poems.one/*
|
523
565
|
- http://polarb.com/*
|
524
566
|
- http://polarishare.com/*
|
525
567
|
- http://polaroidswing.com/p/*
|
@@ -527,6 +569,7 @@
|
|
527
569
|
- http://polldaddy.com/poll/*
|
528
570
|
- http://pollforall.com/*
|
529
571
|
- http://pollsify.com/*
|
572
|
+
- http://pollsights.com/*
|
530
573
|
- http://pollstar.com/*
|
531
574
|
- http://polstir.com/*/*
|
532
575
|
- http://ponga.com/*
|
@@ -534,10 +577,13 @@
|
|
534
577
|
- http://portal.paratii.video/*
|
535
578
|
- http://portal.sliderocket.com/*
|
536
579
|
- http://posixion.com/*
|
580
|
+
- http://postd.io/*
|
537
581
|
- http://pressekompass.net/*
|
538
582
|
- http://prezi.com/*/*
|
583
|
+
- http://privatevideoportal.com/*
|
539
584
|
- http://procfu.com/*
|
540
585
|
- http://producthunt.com/*
|
586
|
+
- http://protoplay.tv/*
|
541
587
|
- http://public.chartblocks.com/c/*
|
542
588
|
- http://public.talely.com/*/*
|
543
589
|
- http://publicinput.com/*
|
@@ -545,10 +591,12 @@
|
|
545
591
|
- http://publit.io/*
|
546
592
|
- http://publons.com/author/*
|
547
593
|
- http://pulse.qa/*
|
594
|
+
- http://purged.tv/*
|
548
595
|
- http://qanda.co/q/*
|
549
596
|
- http://qik.com/*
|
550
597
|
- http://qik.com/video/*
|
551
598
|
- http://qik.ly/*
|
599
|
+
- http://qualifioapp.com/*
|
552
600
|
- http://quantum-circuit.com/*
|
553
601
|
- http://questionablecontent.net/
|
554
602
|
- http://questionablecontent.net/comics/*.png
|
@@ -565,6 +613,7 @@
|
|
565
613
|
- http://radioreddit.com/songs*
|
566
614
|
- http://rapidengage.com/s/*
|
567
615
|
- http://rave.dj/*
|
616
|
+
- http://rcvis.com/*
|
568
617
|
- http://reading.fm/*
|
569
618
|
- http://redivis.com/r/*
|
570
619
|
- http://redux.com/f/*/*
|
@@ -575,13 +624,14 @@
|
|
575
624
|
- http://relive.cc/view/*
|
576
625
|
- http://repl.it/*
|
577
626
|
- http://repl.it/*
|
627
|
+
- http://replab.io/*
|
578
628
|
- http://replay.infinity.fm/*
|
579
629
|
- http://represent.com/*
|
630
|
+
- http://resemble.ai/*
|
580
631
|
- http://reuters.com/video/*
|
581
632
|
- http://rocketium.com/*
|
582
633
|
- http://rogertalk.com/*
|
583
634
|
- http://roshiclips.com/watch*
|
584
|
-
- http://rumble.com/*
|
585
635
|
- http://runelm.io/*/*
|
586
636
|
- http://runkit.com/*
|
587
637
|
- http://say.ly/*
|
@@ -602,6 +652,7 @@
|
|
602
652
|
- http://searchie.io/*
|
603
653
|
- http://secure.plays.tv/*/*
|
604
654
|
- http://seekbeak.com/v/*
|
655
|
+
- http://seektable.com/*
|
605
656
|
- http://sendables.jibjab.com/originals/*
|
606
657
|
- http://sendables.jibjab.com/view/*
|
607
658
|
- http://sendvid.com/*
|
@@ -610,6 +661,7 @@
|
|
610
661
|
- http://sheetsu.com/tables/*
|
611
662
|
- http://shoplocket.com/products/*
|
612
663
|
- http://shorti.com/*
|
664
|
+
- http://showcache.io/*
|
613
665
|
- http://showme.com/sh/*
|
614
666
|
- http://sidewire.com/*/*/*
|
615
667
|
- http://simmer.io/*/*
|
@@ -618,12 +670,14 @@
|
|
618
670
|
- http://slidesha.re/*
|
619
671
|
- http://slidetosubscribe.com/*
|
620
672
|
- http://slidr.io/*/*
|
673
|
+
- http://smallcase\.com/embed/*
|
621
674
|
- http://snack.expo.io/*
|
622
675
|
- http://snappd\.tv/*
|
623
676
|
- http://snd.sc/*
|
624
677
|
- http://snipaclip.com/*
|
625
678
|
- http://snipit.io/*
|
626
679
|
- http://snotr.com/video/*
|
680
|
+
- http://soapy.io/*
|
627
681
|
- http://socialcam.com/v/*
|
628
682
|
- http://socialexplorer.com/*
|
629
683
|
- http://some.ly/*
|
@@ -633,12 +687,14 @@
|
|
633
687
|
- http://soundcloud.com/*/*
|
634
688
|
- http://soundcloud.com/*/sets/*
|
635
689
|
- http://soundcloud.com/groups/*
|
690
|
+
- http://spacecycle.cn/*
|
636
691
|
- http://spaces.archilogic.com/model/*
|
637
692
|
- http://speakerdeck.com/*/*
|
638
693
|
- http://speakytext.com/*
|
639
694
|
- http://sphereplay.com/*
|
640
695
|
- http://spiegel.de/video/*
|
641
696
|
- http://spkt.io/*
|
697
|
+
- http://sportrecs.com/*
|
642
698
|
- http://spoti.fi/*
|
643
699
|
- http://spott.tv/*
|
644
700
|
- http://spreaker.com/*
|
@@ -654,13 +710,19 @@
|
|
654
710
|
- http://storeo.io/*
|
655
711
|
- http://stories.nws.ai/*
|
656
712
|
- http://storribook.com/articles/view/*/*
|
713
|
+
- http://storychief.io/*
|
657
714
|
- http://storyforj.com/*
|
658
715
|
- http://storygami.com/v/*
|
659
716
|
- http://storymaps.arcgis.com/stories/*
|
717
|
+
- http://storyxpress.co/*
|
718
|
+
- http://strawpoll.com/*
|
719
|
+
- http://streak.world/*
|
660
720
|
- http://streamable.com/*
|
661
721
|
- http://streamio.com/api/v1/*
|
662
722
|
- http://streamr.network/*
|
663
723
|
- http://streetfire.net/video/*.htm*
|
724
|
+
- http://stupidfits.com/*
|
725
|
+
- http://subscribi.io/*
|
664
726
|
- http://sudomemo.net/*
|
665
727
|
- http://superstack.io/v/*
|
666
728
|
- http://supgif.com/*
|
@@ -672,9 +734,11 @@
|
|
672
734
|
- http://tambur.co/*
|
673
735
|
- http://tapewrite.com/*
|
674
736
|
- http://tech.io/snippet/*
|
737
|
+
- http://tella.tv/*
|
675
738
|
- http://tenor.co/*
|
676
739
|
- http://tenor.com/*
|
677
740
|
- http://terminaid.com/*
|
741
|
+
- http://testing-playground.com/*
|
678
742
|
- http://texblocks.com/*
|
679
743
|
- http://thecolbertreport.cc.com/videos/*
|
680
744
|
- http://thedailyshow.cc.com/videos/*
|
@@ -682,7 +746,11 @@
|
|
682
746
|
- http://thelastgraph.com/lg.php?a=*
|
683
747
|
- http://theonion.com/video/*
|
684
748
|
- http://thesportsme.com/*
|
749
|
+
- http://theysaidso.com/*
|
685
750
|
- http://thinglink.com/*
|
751
|
+
- http://thiscodeworks.com/*
|
752
|
+
- http://thort.space/*
|
753
|
+
- http://threehub.com/*
|
686
754
|
- http://threesixty.tours/*
|
687
755
|
- http://ticker.tv/v/*
|
688
756
|
- http://tiktok.com/*
|
@@ -693,7 +761,11 @@
|
|
693
761
|
- http://tochka.net/*
|
694
762
|
- http://today.msnbc.msn.com/id/*/ns/*
|
695
763
|
- http://today.msnbc.msn.com/id/*/vp/*
|
764
|
+
- http://tourhero.com/*
|
696
765
|
- http://tr.instela.com/*
|
766
|
+
- http://travegeo.com/*
|
767
|
+
- http://trumpdeathclock.com/*
|
768
|
+
- http://trybonsai.com/*
|
697
769
|
- http://tudou.com/programs/view/*
|
698
770
|
- http://tumblr.com/*
|
699
771
|
- http://tun.in/*
|
@@ -703,9 +775,10 @@
|
|
703
775
|
- http://typecast.ai/*
|
704
776
|
- http://uilicious.com/*
|
705
777
|
- http://uploads.knightlab.com/storymapjs/*/index.html
|
778
|
+
- http://uppy.jp/*
|
706
779
|
- http://upscri.be/*
|
707
780
|
- http://usehappen.com/*
|
708
|
-
- http://
|
781
|
+
- http://usejournal.com/*
|
709
782
|
- http://ustre.am/*
|
710
783
|
- http://v.embedly.com/*
|
711
784
|
- http://v.youku.com/v_playlist/*
|
@@ -718,6 +791,7 @@
|
|
718
791
|
- http://vibi.com/videocard/*
|
719
792
|
- http://vice.com/*
|
720
793
|
- http://vid.me/*
|
794
|
+
- http://videas.fr/*
|
721
795
|
- http://video.allthingsd.com/video/*
|
722
796
|
- http://video.esri.com/*
|
723
797
|
- http://video.forbes.com/fvn/*
|
@@ -732,6 +806,7 @@
|
|
732
806
|
- http://videodonor.com/video/*
|
733
807
|
- http://videos.nymag.com/*
|
734
808
|
- http://vidgrid.com/*
|
809
|
+
- http://vidmizer.com/*
|
735
810
|
- http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid*
|
736
811
|
- http://view.genial.ly/*
|
737
812
|
- http://view.stacker.cc/*
|
@@ -743,6 +818,7 @@
|
|
743
818
|
- http://vimsical.com/vims/*
|
744
819
|
- http://vine.co/v/*
|
745
820
|
- http://vizamp.com/player/*
|
821
|
+
- http://vizhub.com/*
|
746
822
|
- http://vizor.io/*/*
|
747
823
|
- http://vizydrop.com/*
|
748
824
|
- http://vlipsy.com/*
|
@@ -771,6 +847,8 @@
|
|
771
847
|
- http://wistia.com/*
|
772
848
|
- http://with.in/watch/*
|
773
849
|
- http://withkoji.com/*
|
850
|
+
- http://wokwi.com/*
|
851
|
+
- http://wolframcloud.com/*
|
774
852
|
- http://wonderbooth.com.my/*
|
775
853
|
- http://wordpress.tv/*/*/*/*/
|
776
854
|
- http://worldstarhiphop.com/videos/video*.php?v=*
|
@@ -831,6 +909,7 @@
|
|
831
909
|
- http://www.facebook.com/*/videos/*
|
832
910
|
- http://www.facebook.com/photo.php*
|
833
911
|
- http://www.facebook.com/video.php*
|
912
|
+
- http://www.facebook.com/watch/*
|
834
913
|
- http://www.figma.com/file/*
|
835
914
|
- http://www.figma.com/proto/*
|
836
915
|
- http://www.fiverr.com/*/*
|
@@ -947,7 +1026,6 @@
|
|
947
1026
|
- http://www.redux.com/f/*/*
|
948
1027
|
- http://www.redux.com/stream/item/*/*
|
949
1028
|
- http://www.rekt.gg/*
|
950
|
-
- http://www.relayto.com/*
|
951
1029
|
- http://www.relive.cc/view/*
|
952
1030
|
- http://www.reuters.com/video/*
|
953
1031
|
- http://www.rogertalk.com/*
|
@@ -1063,6 +1141,7 @@
|
|
1063
1141
|
- http://youtube.nl/*
|
1064
1142
|
- http://youtube.pl/*
|
1065
1143
|
- http://zeit.de/video/*
|
1144
|
+
- http://zeplin.io/*
|
1066
1145
|
- http://zie.nl/video/*
|
1067
1146
|
- http://ziggeo.io/*
|
1068
1147
|
- http://zoomable.ca/*
|
@@ -1088,6 +1167,7 @@
|
|
1088
1167
|
- https://*.looplogic.com/*
|
1089
1168
|
- https://*.paperform.co/*
|
1090
1169
|
- https://*.razoo.com/*
|
1170
|
+
- https://*.relayto.com/*
|
1091
1171
|
- https://*.silk.co/explore/*
|
1092
1172
|
- https://*.slideshare.net/*/*
|
1093
1173
|
- https://*.sparemin.com/myrecording
|
@@ -1129,11 +1209,13 @@
|
|
1129
1209
|
- https://abcnews.go.com/*/video/*
|
1130
1210
|
- https://abcnews.go.com/video/playerIndex*
|
1131
1211
|
- https://abcnews.go.com/video/playerIndex*
|
1212
|
+
- https://acast.com/*
|
1132
1213
|
- https://accredible.com/*
|
1133
1214
|
- https://acebot.ai/*
|
1134
1215
|
- https://acehiphop.com/*
|
1135
1216
|
- https://adorilabs.com/*
|
1136
1217
|
- https://adpaths.com/*
|
1218
|
+
- https://adventr.io/*
|
1137
1219
|
- https://airtable.com/shr*
|
1138
1220
|
- https://allears.cc/*
|
1139
1221
|
- https://allihoopa.com/s/*
|
@@ -1145,9 +1227,13 @@
|
|
1145
1227
|
- https://api.bangbang.do/*
|
1146
1228
|
- https://api.lovelive.tv/v1/*
|
1147
1229
|
- https://api.peptone.io/v1/visualize/*
|
1230
|
+
- https://api.video/*
|
1231
|
+
- https://app.altrulabs.com/*/*?answer_id=*
|
1232
|
+
- https://app.altrulabs.com/player/*
|
1148
1233
|
- https://app.badpanda.gg/*
|
1149
1234
|
- https://app.devhv.com/oembed/*
|
1150
1235
|
- https://app.ilosvideos.com/view/*
|
1236
|
+
- https://app.involve.me/*/*
|
1151
1237
|
- https://app.queezly.com/*
|
1152
1238
|
- https://app.stghv.com/*
|
1153
1239
|
- https://app.swurveys.com/api/swurveys/*/opengraph
|
@@ -1171,6 +1257,7 @@
|
|
1171
1257
|
- https://avocode.com/*
|
1172
1258
|
- https://backtracks.fm/*
|
1173
1259
|
- https://badgr.io/*
|
1260
|
+
- https://badjupiter.com/*
|
1174
1261
|
- https://bangbang.do/*
|
1175
1262
|
- https://bcove.video/*
|
1176
1263
|
- https://beautiful.ai/*
|
@@ -1178,6 +1265,7 @@
|
|
1178
1265
|
- https://bingewith.com/*
|
1179
1266
|
- https://bitofme.io/*
|
1180
1267
|
- https://blab.im/*
|
1268
|
+
- https://blogaudio.co/*
|
1181
1269
|
- https://blogcast.host/*
|
1182
1270
|
- https://blogsend.io/*
|
1183
1271
|
- https://blueprintue.com/*
|
@@ -1204,12 +1292,14 @@
|
|
1204
1292
|
- https://captur3d.io/*
|
1205
1293
|
- https://carbon.now.sh/*
|
1206
1294
|
- https://cards.heeyy.com/*
|
1295
|
+
- https://causal.app/*
|
1207
1296
|
- https://cayke.co/*
|
1208
1297
|
- https://cbsnews.com/video/watch/*
|
1209
1298
|
- https://cdn.knightlab.com/libs/juxtapose/*
|
1210
1299
|
- https://cdn.knightlab.com/libs/timeline3/*
|
1211
1300
|
- https://cdn.sendout.io/*
|
1212
1301
|
- https://charts.socialexplorer.com/*
|
1302
|
+
- https://charttt.com/*
|
1213
1303
|
- https://chatnews.io/embeds/*
|
1214
1304
|
- https://checkmedia.org/*/project/*
|
1215
1305
|
- https://chew.tv/*/*
|
@@ -1228,8 +1318,11 @@
|
|
1228
1318
|
- https://cnbc.com/id/*/play/1/video/*
|
1229
1319
|
- https://cnbc.com/id/*?*video*
|
1230
1320
|
- https://cnn.it/*
|
1321
|
+
- https://coda.io/*
|
1322
|
+
- https://codeapprun.io/*
|
1231
1323
|
- https://codeembed.dev/*
|
1232
1324
|
- https://codegenerators.io/*
|
1325
|
+
- https://codenext.io/*
|
1233
1326
|
- https://codeocean.com/*
|
1234
1327
|
- https://codepicnic.com/bites/*
|
1235
1328
|
- https://codepicnic.com/consoles/*
|
@@ -1244,6 +1337,7 @@
|
|
1244
1337
|
- https://coub.com/embed/*
|
1245
1338
|
- https://coub.com/view/*
|
1246
1339
|
- https://cube365.net/*
|
1340
|
+
- https://d.tube/*
|
1247
1341
|
- https://danfoss.com/*
|
1248
1342
|
- https://datapane.com/*
|
1249
1343
|
- https://datasmoothie.com/*/*
|
@@ -1252,12 +1346,15 @@
|
|
1252
1346
|
- https://datawrapper.dwcdn.net/*
|
1253
1347
|
- https://dcaclab.com/*
|
1254
1348
|
- https://decs.xyz/*
|
1349
|
+
- https://deepnote.com/*
|
1350
|
+
- https://descript.com/*
|
1255
1351
|
- https://diagramy.com/*
|
1256
1352
|
- https://dlystr.io/*
|
1257
1353
|
- https://dnbradio.com/*
|
1258
1354
|
- https://docdroid.net/*
|
1259
1355
|
- https://doculet.net/*
|
1260
1356
|
- https://dreambroker.com/channel/*
|
1357
|
+
- https://dropper.link/*
|
1261
1358
|
- https://dtsgr.com/*
|
1262
1359
|
- https://edition.cnn.com/video/*
|
1263
1360
|
- https://edition.cnn.com/videos/*
|
@@ -1272,6 +1369,7 @@
|
|
1272
1369
|
- https://embed.socialexplorer.com/*
|
1273
1370
|
- https://embed.socialexplorer.com/*
|
1274
1371
|
- https://embedery.com/*
|
1372
|
+
- https://ember.ly/*
|
1275
1373
|
- https://emojicom.io/*
|
1276
1374
|
- https://emojot.com/*
|
1277
1375
|
- https://envelope.li/*
|
@@ -1284,6 +1382,7 @@
|
|
1284
1382
|
- https://facer.io/*
|
1285
1383
|
- https://factsumo.com/*
|
1286
1384
|
- https://fb.me/*
|
1385
|
+
- https://firstory.io/*
|
1287
1386
|
- https://firstory.me/*
|
1288
1387
|
- https://flexvid.io/*
|
1289
1388
|
- https://flic.kr/*
|
@@ -1292,9 +1391,11 @@
|
|
1292
1391
|
- https://flourish.studio/*
|
1293
1392
|
- https://flowvella.com/s/*
|
1294
1393
|
- https://fontself.com/*
|
1394
|
+
- https://foodfoundation.recipes/*
|
1295
1395
|
- https://footpathapp.com/*
|
1296
1396
|
- https://forge.gg/*
|
1297
1397
|
- https://form.jotform.com/*
|
1398
|
+
- https://formito.com/*
|
1298
1399
|
- https://formula-embed.appspot.com/*
|
1299
1400
|
- https://foursquare.com/*
|
1300
1401
|
- https://fr.peoplbrain.com/tutoriaux/*
|
@@ -1304,6 +1405,7 @@
|
|
1304
1405
|
- https://fwdeveryone.com/t/*
|
1305
1406
|
- https://gametakes.com/*
|
1306
1407
|
- https://ganxy.com/*
|
1408
|
+
- https://gateway-tt.in/trade/*
|
1307
1409
|
- https://genesisplayer.io/*
|
1308
1410
|
- https://genius.com/videos/*
|
1309
1411
|
- https://getclippy.co/p/*
|
@@ -1321,6 +1423,7 @@
|
|
1321
1423
|
- https://gitpitch.com/*/*
|
1322
1424
|
- https://glitch.com/*
|
1323
1425
|
- https://glitter.club/*
|
1426
|
+
- https://glooviapp.com/*
|
1324
1427
|
- https://go.vooozer.com/*
|
1325
1428
|
- https://goabstract.com/*
|
1326
1429
|
- https://goodworld.me/*
|
@@ -1341,7 +1444,10 @@
|
|
1341
1444
|
- https://hatchxr.com/*
|
1342
1445
|
- https://herth.co/*
|
1343
1446
|
- https://heytwist.com/*
|
1447
|
+
- https://hillia.app/*
|
1448
|
+
- https://himalaya.com/*
|
1344
1449
|
- https://hopbucket.com/plan-details/*
|
1450
|
+
- https://hostedbyyou.com/*
|
1345
1451
|
- https://huzza.io/*/live-stream/*
|
1346
1452
|
- https://icloud.com/keynote/*
|
1347
1453
|
- https://ifttt.com/recipes/*
|
@@ -1365,6 +1471,8 @@
|
|
1365
1471
|
- https://khanacademy.org/*
|
1366
1472
|
- https://kidoju.com/*
|
1367
1473
|
- https://kit.com
|
1474
|
+
- https://kkbox.com/*
|
1475
|
+
- https://kmdr.sh/*
|
1368
1476
|
- https://kralify.com/watch*
|
1369
1477
|
- https://kyso.io/*
|
1370
1478
|
- https://launch.newsinc.com/*
|
@@ -1375,7 +1483,11 @@
|
|
1375
1483
|
- https://listle.io/*
|
1376
1484
|
- https://live.huffingtonpost.com/r/segment/*/*
|
1377
1485
|
- https://livestream.com/*
|
1486
|
+
- https://lodestarlearning.com/*
|
1487
|
+
- https://logora.fr/*
|
1488
|
+
- https://loom.com/share/*
|
1378
1489
|
- https://ludus.one/*
|
1490
|
+
- https://lumiere.is/*
|
1379
1491
|
- https://lynda.com/*
|
1380
1492
|
- https://lynda.com/*
|
1381
1493
|
- https://magisto.com/*
|
@@ -1395,8 +1507,11 @@
|
|
1395
1507
|
- https://megaphone.fm/*
|
1396
1508
|
- https://megavisor.com/en/view/*
|
1397
1509
|
- https://megavisor.com/view/*
|
1510
|
+
- https://milanote.com/*
|
1398
1511
|
- https://millioneyez.com/*
|
1399
1512
|
- https://minko.io/s/
|
1513
|
+
- https://mipasa.org/*
|
1514
|
+
- https://mipasa.org/*
|
1400
1515
|
- https://mix.office.com/MyMixes/Details/*
|
1401
1516
|
- https://mix.office.com/embed/*
|
1402
1517
|
- https://mix.office.com/mix/*
|
@@ -1406,12 +1521,14 @@
|
|
1406
1521
|
- https://momento360.com/e/uc/*
|
1407
1522
|
- https://money.cnn.com/video/*
|
1408
1523
|
- https://money.cnn.com/videos/*
|
1524
|
+
- https://moqups.com/*
|
1409
1525
|
- https://moveshelf.com/*
|
1410
1526
|
- https://mpembed.com/*
|
1411
1527
|
- https://msn.foxsports.com/video*
|
1412
1528
|
- https://msnbc.msn.com/*/watch/*
|
1413
1529
|
- https://multimedia.foxsports.com/m/video/*/*
|
1414
1530
|
- https://muralapp.io/*
|
1531
|
+
- https://muse.ai/*
|
1415
1532
|
- https://my.matterport.com/show/*
|
1416
1533
|
- https://my.panomoments.com/*
|
1417
1534
|
- https://my.storygami.com/video/*
|
@@ -1427,9 +1544,11 @@
|
|
1427
1544
|
- https://newhive.com/*/*
|
1428
1545
|
- https://nodalview.com/*
|
1429
1546
|
- https://nom.com/post/*
|
1547
|
+
- https://nopaste.ml/*
|
1430
1548
|
- https://npmcharts.com/*
|
1431
1549
|
- https://nr8.com/embed/*
|
1432
1550
|
- https://nuggetcharts.com/*
|
1551
|
+
- https://observablehq.com/*
|
1433
1552
|
- https://oddshot.tv/*
|
1434
1553
|
- https://odiocast.com/*
|
1435
1554
|
- https://oice.com/*
|
@@ -1442,10 +1561,12 @@
|
|
1442
1561
|
- https://orbitvu.com/001/*
|
1443
1562
|
- https://oumy.com/v/*
|
1444
1563
|
- https://overflow.io/*
|
1564
|
+
- https://page.link/*
|
1445
1565
|
- https://parkfy.com/*
|
1446
1566
|
- https://pasteapp.com/*
|
1447
1567
|
- https://pastebin.com/*
|
1448
1568
|
- https://patching.io/*
|
1569
|
+
- https://perfectrecall.app/*
|
1449
1570
|
- https://pinecast.co/*
|
1450
1571
|
- https://pippa.io/*
|
1451
1572
|
- https://pixdor.com/*
|
@@ -1459,6 +1580,7 @@
|
|
1459
1580
|
- https://play.spotify.com/*
|
1460
1581
|
- https://player.entrypoint.live/*
|
1461
1582
|
- https://player.megaphone.fm/*
|
1583
|
+
- https://player.soundon.fm/p/*
|
1462
1584
|
- https://player.videopath.com/*
|
1463
1585
|
- https://player.vimeo.com/*
|
1464
1586
|
- https://players.brightcove.net/*
|
@@ -1467,20 +1589,26 @@
|
|
1467
1589
|
- https://plnkr.co/*
|
1468
1590
|
- https://plnkr.co/*
|
1469
1591
|
- https://plotly.com/*
|
1592
|
+
- https://plugins.jetbrains.com/embeddable/*
|
1470
1593
|
- https://plus.google.com/*
|
1594
|
+
- https://poems.one/*
|
1471
1595
|
- https://polarishare.com/*
|
1472
1596
|
- https://polaroidswing.com/p/*
|
1473
1597
|
- https://pollforall.com/*
|
1474
1598
|
- https://pollsify.com/*
|
1599
|
+
- https://pollsights.com/*
|
1475
1600
|
- https://pollstar.com/*
|
1476
1601
|
- https://popchest.com/*/
|
1477
1602
|
- https://portal.paratii.video/*
|
1478
1603
|
- https://posixion.com/*
|
1604
|
+
- https://postd.io/*
|
1479
1605
|
- https://powered.by.rabbut.com/p/*
|
1480
1606
|
- https://pressekompass.net/*
|
1481
1607
|
- https://prezi.com/*/*
|
1608
|
+
- https://privatevideoportal.com/*
|
1482
1609
|
- https://procfu.com/*
|
1483
1610
|
- https://producthunt.com/*
|
1611
|
+
- https://protoplay.tv/*
|
1484
1612
|
- https://public.chartblocks.com/c/*
|
1485
1613
|
- https://publicgood.com/campaign/*
|
1486
1614
|
- https://publicgood.com/org/*
|
@@ -1490,7 +1618,9 @@
|
|
1490
1618
|
- https://publit.io/*
|
1491
1619
|
- https://publons.com/author/*
|
1492
1620
|
- https://pulse.qa/*
|
1621
|
+
- https://purged.tv/*
|
1493
1622
|
- https://qanda.co/q/*
|
1623
|
+
- https://qualifioapp.com/*
|
1494
1624
|
- https://quantum-circuit.com/*
|
1495
1625
|
- https://qumucloud.com/*
|
1496
1626
|
- https://quora.com/*/answer/*
|
@@ -1499,6 +1629,7 @@
|
|
1499
1629
|
- https://radiopublic.com/*
|
1500
1630
|
- https://rapidengage.com/s/*
|
1501
1631
|
- https://rave.dj/*
|
1632
|
+
- https://rcvis.com/*
|
1502
1633
|
- https://reading.fm/*
|
1503
1634
|
- https://readtapestry.com/s/*/
|
1504
1635
|
- https://redivis.com/r/*
|
@@ -1509,14 +1640,15 @@
|
|
1509
1640
|
- https://relive.cc/view/*
|
1510
1641
|
- https://repl.it/*
|
1511
1642
|
- https://repl.it/*
|
1643
|
+
- https://replab.io/*
|
1512
1644
|
- https://replay.infinity.fm/*
|
1513
1645
|
- https://represent.com/*
|
1646
|
+
- https://resemble.ai/*
|
1514
1647
|
- https://reuters.com/video/*
|
1515
1648
|
- https://riffsy.com/*
|
1516
1649
|
- https://rocketium.com/*
|
1517
1650
|
- https://rogertalk.com/*
|
1518
1651
|
- https://roshiclips.com/watch*
|
1519
|
-
- https://rumble.com/*
|
1520
1652
|
- https://runelm.io/*/*
|
1521
1653
|
- https://runkit.com/*
|
1522
1654
|
- https://scalafiddle.io/*
|
@@ -1532,11 +1664,13 @@
|
|
1532
1664
|
- https://searchie.io/*
|
1533
1665
|
- https://secure.plays.tv/*/*
|
1534
1666
|
- https://seekbeak.com/v/*
|
1667
|
+
- https://seektable.com/*
|
1535
1668
|
- https://sendvid.com/*
|
1536
1669
|
- https://serenader.io/*
|
1537
1670
|
- https://services.momindum.com/embedly/*
|
1538
1671
|
- https://sfx.io/*
|
1539
1672
|
- https://sheetsu.com/tables/*
|
1673
|
+
- https://showcache.io/*
|
1540
1674
|
- https://sidewire.com/*/*/*
|
1541
1675
|
- https://simmer.io/*/*
|
1542
1676
|
- https://sketchfab.com/models/*
|
@@ -1546,16 +1680,19 @@
|
|
1546
1680
|
- https://slidesha.re/*
|
1547
1681
|
- https://slidetosubscribe.com/*
|
1548
1682
|
- https://slidr.io/*/*
|
1683
|
+
- https://smallcase\.com/embed*
|
1549
1684
|
- https://snack.expo.io/*
|
1550
1685
|
- https://snappd\.tv/*
|
1551
1686
|
- https://snipaclip.com/*
|
1552
1687
|
- https://snipit.io/*
|
1688
|
+
- https://soapy.io/*
|
1553
1689
|
- https://socialexplorer.com/*
|
1554
1690
|
- https://song.link/*
|
1555
1691
|
- https://soundcloud.com/*
|
1556
1692
|
- https://soundcloud.com/*/*
|
1557
1693
|
- https://soundcloud.com/*/sets/*
|
1558
1694
|
- https://soundcloud.com/groups/*
|
1695
|
+
- https://spacecycle.cn/*
|
1559
1696
|
- https://spaces.archilogic.com/3d/*
|
1560
1697
|
- https://spaces.archilogic.com/model/*
|
1561
1698
|
- https://speakerdeck.com/*/*
|
@@ -1563,6 +1700,7 @@
|
|
1563
1700
|
- https://sphereplay.com/*
|
1564
1701
|
- https://spiegel.de/video/*
|
1565
1702
|
- https://spkt.io/*
|
1703
|
+
- https://sportrecs.com/*
|
1566
1704
|
- https://spott.tv/*
|
1567
1705
|
- https://spreaker.com/*
|
1568
1706
|
- https://sproutvideo.com/videos/*
|
@@ -1575,12 +1713,18 @@
|
|
1575
1713
|
- https://storeo.io/*
|
1576
1714
|
- https://stories.nws.ai/*
|
1577
1715
|
- https://storribook.com/articles/view/*/*
|
1716
|
+
- https://storychief.io/*
|
1578
1717
|
- https://storyforj.com/*
|
1579
1718
|
- https://storygami.com/v/*
|
1580
1719
|
- https://storymaps.arcgis.com/stories/*
|
1720
|
+
- https://storyxpress.co/*
|
1721
|
+
- https://strawpoll.com/*
|
1722
|
+
- https://streak.world/*
|
1581
1723
|
- https://streamable.com/*
|
1582
1724
|
- https://streamio.com/api/v1/*
|
1583
1725
|
- https://streamr.network/*
|
1726
|
+
- https://stupidfits.com/*
|
1727
|
+
- https://subscribi.io/*
|
1584
1728
|
- https://sudomemo.net/*
|
1585
1729
|
- https://superstack.io/v/*
|
1586
1730
|
- https://supgif.com/*
|
@@ -1592,19 +1736,29 @@
|
|
1592
1736
|
- https://tambur.co/*
|
1593
1737
|
- https://tapewrite.com/*
|
1594
1738
|
- https://tech.io/snippet/*
|
1739
|
+
- https://tella.tv/*
|
1595
1740
|
- https://tenor.co/*
|
1596
1741
|
- https://tenor.com/*
|
1597
1742
|
- https://terminaid.com/*
|
1743
|
+
- https://testing-playground.com/*
|
1598
1744
|
- https://texblocks.com/*
|
1599
1745
|
- https://theguardian.com/*/video/*/*/*/*
|
1600
1746
|
- https://theonion.com/video/*
|
1601
1747
|
- https://thesportsme.com/*
|
1748
|
+
- https://theysaidso.com/*
|
1602
1749
|
- https://thinglink.com/*
|
1750
|
+
- https://thiscodeworks.com/*
|
1751
|
+
- https://thort.space/*
|
1752
|
+
- https://threehub.com/*
|
1603
1753
|
- https://threesixty.tours/*
|
1604
1754
|
- https://tiktok.com/*
|
1605
1755
|
- https://today.msnbc.msn.com/id/*/ns/*
|
1606
1756
|
- https://today.msnbc.msn.com/id/*/vp/*
|
1757
|
+
- https://tourhero.com/*
|
1607
1758
|
- https://tr.instela.com/*
|
1759
|
+
- https://travegeo.com/*
|
1760
|
+
- https://trumpdeathclock.com/*
|
1761
|
+
- https://trybonsai.com/*
|
1608
1762
|
- https://tumblr.com/*
|
1609
1763
|
- https://tun.in/*
|
1610
1764
|
- https://tunein.com/*
|
@@ -1612,11 +1766,12 @@
|
|
1612
1766
|
- https://typecast.ai/*
|
1613
1767
|
- https://uilicious.com/*
|
1614
1768
|
- https://uploadly.com/*
|
1769
|
+
- https://uppy.jp/*
|
1615
1770
|
- https://upscri.be/*
|
1616
1771
|
- https://urtak.com/clr/*
|
1617
1772
|
- https://urtak.com/u/*
|
1618
1773
|
- https://usehappen.com/*
|
1619
|
-
- https://
|
1774
|
+
- https://usejournal.com/*
|
1620
1775
|
- https://v.embedly.com/*
|
1621
1776
|
- https://vectary.com/*
|
1622
1777
|
- https://vectorlogo.zone/*
|
@@ -1624,6 +1779,7 @@
|
|
1624
1779
|
- https://verse.com/stories/*
|
1625
1780
|
- https://vid.me/*
|
1626
1781
|
- https://vidd.me/*
|
1782
|
+
- https://videas.fr/*
|
1627
1783
|
- https://video.esri.com/*
|
1628
1784
|
- https://video.forbes.com/fvn/*
|
1629
1785
|
- https://video.foxbusiness.com/v/*
|
@@ -1631,6 +1787,7 @@
|
|
1631
1787
|
- https://video214.com/play/*
|
1632
1788
|
- https://vidgrid.com/*
|
1633
1789
|
- https://vidl.it/*
|
1790
|
+
- https://vidmizer.com/*
|
1634
1791
|
- https://view.genial.ly/*
|
1635
1792
|
- https://view.stacker.cc/*
|
1636
1793
|
- https://viewer.archilogic.com/*http://spaces.archilogic.com/3d/*
|
@@ -1639,6 +1796,7 @@
|
|
1639
1796
|
- https://vimsical.com/vims/*
|
1640
1797
|
- https://vine.co/v/*
|
1641
1798
|
- https://vizamp.com/player/*
|
1799
|
+
- https://vizhub.com/*
|
1642
1800
|
- https://vizor.io/*/*
|
1643
1801
|
- https://vizydrop.com/*
|
1644
1802
|
- https://vlipsy.com/*
|
@@ -1660,6 +1818,8 @@
|
|
1660
1818
|
- https://wistia.com/*
|
1661
1819
|
- https://with.in/watch/*
|
1662
1820
|
- https://withkoji.com/*
|
1821
|
+
- https://wokwi.com/*
|
1822
|
+
- https://wolframcloud.com/*
|
1663
1823
|
- https://wonderbooth.com.my/*
|
1664
1824
|
- https://worthyt.io/*
|
1665
1825
|
- https://wribbn.com/*
|
@@ -1693,6 +1853,7 @@
|
|
1693
1853
|
- https://www.facebook.com/events/*
|
1694
1854
|
- https://www.facebook.com/photo.php*
|
1695
1855
|
- https://www.facebook.com/video.php*
|
1856
|
+
- https://www.facebook.com/watch/*
|
1696
1857
|
- https://www.figma.com/file/*
|
1697
1858
|
- https://www.figma.com/proto/*
|
1698
1859
|
- https://www.flat.io/score/*
|
@@ -1755,7 +1916,6 @@
|
|
1755
1916
|
- https://www.redivis.com/r/*
|
1756
1917
|
- https://www.reelhouse.org/*
|
1757
1918
|
- https://www.rekt.gg/*
|
1758
|
-
- https://www.relayto.com/*
|
1759
1919
|
- https://www.relive.cc/view/*
|
1760
1920
|
- https://www.reuters.com/video/*
|
1761
1921
|
- https://www.rogertalk.com/*
|
@@ -1809,6 +1969,7 @@
|
|
1809
1969
|
- https://youtube.nl/*
|
1810
1970
|
- https://youtube.pl/*
|
1811
1971
|
- https://zeit.de/video/*
|
1972
|
+
- https://zeplin.io/*
|
1812
1973
|
- https://ziggeo.io/*
|
1813
1974
|
- https://zoomable.ca/*
|
1814
1975
|
- https?://embed.ly/code*
|