Remove /v/ and /vg/ archiving

This commit is contained in:
Jordan Bates 2013-05-01 10:51:43 -07:00
commit a8a1df70df
5 changed files with 1 additions and 30 deletions

View File

@ -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:

View File

@ -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'],

View File

@ -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'],

View File

@ -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'],

View File

@ -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']