merge #3841: [urlshortener] add support for bit.ly & t.co

This commit is contained in:
Mike Fährmann
2023-04-15 18:08:21 +02:00
5 changed files with 93 additions and 0 deletions

View File

@@ -317,6 +317,10 @@
"archive": "~/gallery-dl/custom-archive-file-for-TBIB.db",
"filename": "{id}_{md5}.{extension}",
"sleep-request": [0, 1.2]
},
"urlshortener": {
"tinyurl": {"root": "https://tinyurl.com"}
}
},

View File

@@ -1270,6 +1270,22 @@ Consider all sites to be NSFW unless otherwise known.
<td></td>
</tr>
<tr>
<td colspan="4"><strong>URL Shorteners</strong></td>
</tr>
<tr>
<td>Bitly</td>
<td>https://bit.ly/</td>
<td>Links</td>
<td></td>
</tr>
<tr>
<td>Twitter t.co</td>
<td>https://t.co/</td>
<td>Links</td>
<td></td>
</tr>
<tr>
<td colspan="4"><strong>vichan Imageboards</strong></td>
</tr>