merge #3841: [urlshortener] add support for bit.ly & t.co
This commit is contained in:
@@ -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"}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user