We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1386ae4 + 64bd01e commit d2ebb43Copy full SHA for d2ebb43
2 files changed
.github/workflows/tests.yml
@@ -358,7 +358,7 @@ jobs:
358
359
# START Other Tests Job (SQLite 3 and mssql)
360
other-tests:
361
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-20.04
362
strategy:
363
matrix:
364
include:
collection/sites/pastebin.yml
@@ -0,0 +1,12 @@
1
+name: Pastebin
2
+host: pastebin.com
3
+example:
4
+ - "https://pastebin.com/9jEf44nc"
5
+ - "https://pastebin.com/9jEf44nc?theme=dark"
6
+extract: "#pastebin\\.com/(?!u/)(?:\\w+(?:\\.php\\?i=|/))?(?'id'\\w+)(?'dark'\\?theme=dark)?#"
7
+iframe:
8
+ scrolling: "yes"
9
+ width: "100%"
10
+ height: "300"
11
+ style: ["border:none;resize:vertical;width:100%"]
12
+ src: //pastebin.com/embed_iframe/{@id}{@dark}
0 commit comments