Remove /v/ and /vg/ archiving
This commit is contained in:
commit
a8a1df70df
@ -1,6 +1,7 @@
|
||||
seaweedchan:
|
||||
- External image embedding
|
||||
- Account for time options in youtube links for embedding
|
||||
- Once again remove /v/ and /vg/ archiving... ;_;
|
||||
|
||||
### 1.1.6 - 2013-05-01
|
||||
seaweedchan:
|
||||
|
||||
@ -7546,9 +7546,6 @@
|
||||
return "//archive.foolz.us/" + boardID + "/full_image/" + filename;
|
||||
case 'u':
|
||||
return "//nsfw.foolz.us/" + boardID + "/full_image/" + filename;
|
||||
case 'v':
|
||||
case 'vg':
|
||||
return "//archive.nihil-ad-rem.net/" + boardID + "/full_image/" + filename;
|
||||
case 'po':
|
||||
return "//archive.thedarkcave.org/" + boardID + "/full_image/" + filename;
|
||||
case 'hr':
|
||||
@ -7631,11 +7628,6 @@
|
||||
boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'],
|
||||
type: 'foolfuuka'
|
||||
},
|
||||
'NihilAdRem': {
|
||||
base: '//archive.nihil-ad-rem.net',
|
||||
boards: ['v', 'vg'],
|
||||
type: 'foolfuuka'
|
||||
},
|
||||
'NSFWFoolz': {
|
||||
base: 'https://nsfw.foolz.us',
|
||||
boards: ['u'],
|
||||
|
||||
@ -7567,9 +7567,6 @@
|
||||
return "//archive.foolz.us/" + boardID + "/full_image/" + filename;
|
||||
case 'u':
|
||||
return "//nsfw.foolz.us/" + boardID + "/full_image/" + filename;
|
||||
case 'v':
|
||||
case 'vg':
|
||||
return "//archive.nihil-ad-rem.net/" + boardID + "/full_image/" + filename;
|
||||
case 'po':
|
||||
return "//archive.thedarkcave.org/" + boardID + "/full_image/" + filename;
|
||||
case 'hr':
|
||||
@ -7652,11 +7649,6 @@
|
||||
boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'],
|
||||
type: 'foolfuuka'
|
||||
},
|
||||
'NihilAdRem': {
|
||||
base: '//archive.nihil-ad-rem.net',
|
||||
boards: ['v', 'vg'],
|
||||
type: 'foolfuuka'
|
||||
},
|
||||
'NSFWFoolz': {
|
||||
base: 'https://nsfw.foolz.us',
|
||||
boards: ['u'],
|
||||
|
||||
@ -7550,9 +7550,6 @@
|
||||
return "//archive.foolz.us/" + boardID + "/full_image/" + filename;
|
||||
case 'u':
|
||||
return "//nsfw.foolz.us/" + boardID + "/full_image/" + filename;
|
||||
case 'v':
|
||||
case 'vg':
|
||||
return "//archive.nihil-ad-rem.net/" + boardID + "/full_image/" + filename;
|
||||
case 'po':
|
||||
return "//archive.thedarkcave.org/" + boardID + "/full_image/" + filename;
|
||||
case 'hr':
|
||||
@ -7635,11 +7632,6 @@
|
||||
boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'],
|
||||
type: 'foolfuuka'
|
||||
},
|
||||
'NihilAdRem': {
|
||||
base: '//archive.nihil-ad-rem.net',
|
||||
boards: ['v', 'vg'],
|
||||
type: 'foolfuuka'
|
||||
},
|
||||
'NSFWFoolz': {
|
||||
base: 'https://nsfw.foolz.us',
|
||||
boards: ['u'],
|
||||
|
||||
@ -13,8 +13,6 @@ Redirect =
|
||||
"//archive.foolz.us/#{boardID}/full_image/#{filename}"
|
||||
when 'u'
|
||||
"//nsfw.foolz.us/#{boardID}/full_image/#{filename}"
|
||||
when 'v', 'vg'
|
||||
"//archive.nihil-ad-rem.net/#{boardID}/full_image/#{filename}"
|
||||
when 'po'
|
||||
"//archive.thedarkcave.org/#{boardID}/full_image/#{filename}"
|
||||
when 'hr', 'tv'
|
||||
@ -72,10 +70,6 @@ Redirect =
|
||||
base: 'https://archive.foolz.us'
|
||||
boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg']
|
||||
type: 'foolfuuka'
|
||||
'NihilAdRem':
|
||||
base: '//archive.nihil-ad-rem.net'
|
||||
boards: ['v', 'vg']
|
||||
type: 'foolfuuka'
|
||||
'NSFWFoolz':
|
||||
base: 'https://nsfw.foolz.us'
|
||||
boards: ['u']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user