Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some more sites #57

Merged
merged 4 commits into from
Apr 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion collection/sites/clyp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Clyp
host: clyp.it
example: https://clyp.it/0r0qbxx2
extract: "!//clyp.it/(?'id'[\\w]+)!"
extract: "!//clyp.it/(?'id'\\w+)!"
iframe:
width: '100%'
height: '265'
Expand Down
8 changes: 8 additions & 0 deletions collection/sites/codepen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: CodePen
host: codepen.io
example: https://codepen.io/farmok/pen/OqqYYy
extract: "!//codepen.io/(?'user'\\w+)/pen/(?'id'\\w+)!"
iframe:
height: "265"
width: "100%"
src: //codepen.io/{@user}/embed/{@id}
6 changes: 6 additions & 0 deletions collection/sites/dotsub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Dotsub
host: dotsub.com
example: https://dotsub.com/view/665bd0d5-a9f4-4a07-9d9e-b31ba926ca78
extract: "!//dotsub.com/view/(?'id'[\\w-]+)!"
iframe:
src: //dotsub.com/media/{@id}/embed/
6 changes: 6 additions & 0 deletions collection/sites/ebaumsworld.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "eBaum's World"
host: ebaumsworld.com
example: https://www.ebaumsworld.com/videos/letterkenny-roasts-the-bachelor/85926802/
extract: "!//www.ebaumsworld.com/videos/[^/]+/(?'id'\\d+)!"
iframe:
src: //www.ebaumsworld.com/media/embed/{@id}
8 changes: 8 additions & 0 deletions collection/sites/moddb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Mod DB
host: moddb.com
example: https://www.moddb.com/games/crimson-spires/videos/crimson-spires-story-trailer
scrape:
- match: "!moddb\\.com/(?:mods|games)/[^/]+/videos!"
- extract: "!moddb.com/media/iframe/(?'id'[0-9]+)!"
iframe:
src: https://www.moddb.com/media/iframe/{@id}
6 changes: 6 additions & 0 deletions collection/sites/schooltube.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: SchoolTube
host: schooltube.com
example: https://www.schooltube.com/video/a99cda8567b741998d2a/the-empty-pot-read-by-rami-malek
extract: "!//www.schooltube.com/video/(?'id'\\w+)!"
iframe:
src: //www.schooltube.com/embed_force/{@id}/
6 changes: 6 additions & 0 deletions collection/sites/snotr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: snotr
host: snotr.com
example: https://www.snotr.com/video/20629/ACE_-_Sleight_of_Hand_by_Noel_Heath
extract: "!//www.snotr.com/video/(?'id'\\d+)!"
iframe:
src: https://www.snotr.com/embed/{@id}
6 changes: 6 additions & 0 deletions collection/sites/videopress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: VideoPress
host: videopress.com
example: https://videopress.com/v/kUJmAcSf
extract: "!//videopress.com/v/(?'id'\\w+)!"
iframe:
src: https://videopress.com/embed/{@id}