Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:

# START Other Tests Job (SQLite 3 and mssql)
other-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
include:
Expand Down
10 changes: 10 additions & 0 deletions collection/sites/pastebin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Pastebin
host: pastebin.com
example: https://pastebin.com/9jEf44nc
extract: "#pastebin\\.com/(?!u/)(?:\\w+(?:\\.php\\?i=|/))?(?'id'\\w+)#"
Comment thread
iMattPro marked this conversation as resolved.
Outdated
iframe:
scrolling: "yes"
width: "100%"
height: "300"
style: ["border:none;resize:vertical;width:100%"]
src: //pastebin.com/embed_iframe/{@id}?theme=dark
Comment thread
iMattPro marked this conversation as resolved.
Outdated