spider_rails 2.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/spider_rails/ji_ying.rb +10 -7
- data/lib/spider_rails/version.rb +1 -1
- data/test/dummy/log/development.log +3 -0
- data/test/dummy/log/test.log +901 -0
- data/test/ji_ying_test.rb +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71a2df3105767c214ab9776e954725227028d060
|
4
|
+
data.tar.gz: e57041ded0a29267bc9c708e81ea50756e583330
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a7f84e89c013f9c2c2539538b1a102da492b969cbc8018046377590d5a8eb9c2f5ab6fe2f464f7ddb568080db3d72e32ea94090890fd3dc1a1c676a6d5aa1a3
|
7
|
+
data.tar.gz: 0753e4629a9d585b5749aca29f9f53de626e5498a94bfc85103e999baec401a3dd6ec4fa84a14bb6b5f92348ed9b9b51dc42f30e771201510dff4f07b5bfef8c
|
data/lib/spider_rails/ji_ying.rb
CHANGED
@@ -13,8 +13,8 @@ module Spider
|
|
13
13
|
(1..fp).each do |page_num|
|
14
14
|
full_page page_num
|
15
15
|
end
|
16
|
-
|
17
|
-
raise %Q(page isn't not exist)
|
16
|
+
#rescue Exception
|
17
|
+
# raise %Q(page isn't not exist)
|
18
18
|
end
|
19
19
|
end
|
20
20
|
|
@@ -25,7 +25,7 @@ module Spider
|
|
25
25
|
def full_page page_num
|
26
26
|
@env.goto "http://bt.ktxp.com/search.php?keyword=%E8%AF%B8%E7%A5%9E&sort_id=28&field=title&order=&page=#{page_num}"
|
27
27
|
html = Nokogiri::HTML.parse @env.html
|
28
|
-
html.css('ltext').each do |td|
|
28
|
+
html.css('.ltext').each do |td|
|
29
29
|
single(td)
|
30
30
|
end
|
31
31
|
end
|
@@ -47,15 +47,18 @@ module Spider
|
|
47
47
|
end
|
48
48
|
|
49
49
|
def save model_name
|
50
|
-
|
50
|
+
if @ani[:title]
|
51
|
+
model_name.create(title: @ani[:title], torrent: @ani[:torrent])
|
52
|
+
end
|
51
53
|
end
|
52
54
|
|
53
55
|
def single_filter
|
54
|
-
|
55
|
-
@ani
|
56
|
+
if @ani[:title][/外挂/u]
|
57
|
+
@ani[:torrent].prepend('http://bt.ktxp.com')
|
58
|
+
else
|
59
|
+
@ani[:title] = nil
|
56
60
|
end
|
57
61
|
|
58
|
-
@ani[:torrent].prepend('http://bt.ktxp.com')
|
59
62
|
end
|
60
63
|
end
|
61
64
|
end
|
data/lib/spider_rails/version.rb
CHANGED
@@ -19,3 +19,6 @@ Migrating to CreateAnis (20130714091905)
|
|
19
19
|
[1m[36m (25.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
20
20
|
[1m[35m (0.3ms)[0m SELECT version FROM "schema_migrations"
|
21
21
|
[1m[36m (10.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130714091905')[0m
|
22
|
+
[1m[36mAni Load (0.1ms)[0m [1mSELECT "anis".* FROM "anis"[0m
|
23
|
+
[1m[35mAni Load (0.4ms)[0m SELECT "anis".* FROM "anis"
|
24
|
+
[1m[36mAni Load (0.5ms)[0m [1mSELECT "anis".* FROM "anis"[0m
|
data/test/dummy/log/test.log
CHANGED
@@ -250,3 +250,904 @@ JiYingTest: test_torrent_url_should_has_full_text_when_single_finish
|
|
250
250
|
[1m[36mSQL (2.8ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Sun, 14 Jul 2013 15:08:35 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 15:08:35 UTC +00:00]]
|
251
251
|
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
252
252
|
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
253
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
254
|
+
---------------------------
|
255
|
+
JiYingTest: test_final_page
|
256
|
+
---------------------------
|
257
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
259
|
+
--------------------------
|
260
|
+
JiYingTest: test_full_page
|
261
|
+
--------------------------
|
262
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
263
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
264
|
+
--------------------------
|
265
|
+
JiYingTest: test_full_site
|
266
|
+
--------------------------
|
267
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
268
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
269
|
+
--------------------
|
270
|
+
JiYingTest: test_get
|
271
|
+
--------------------
|
272
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
273
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
274
|
+
---------------------
|
275
|
+
JiYingTest: test_save
|
276
|
+
---------------------
|
277
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "anis"
|
278
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
279
|
+
[1m[35mSQL (2.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 22:46:56 UTC +00:00], ["title", "魔法"], ["torrent", "http://baidu.com"], ["updated_at", Sun, 14 Jul 2013 22:46:56 UTC +00:00]]
|
280
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
281
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "anis"
|
282
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
283
|
+
[1m[35m (0.1ms)[0m begin transaction
|
284
|
+
----------------------------------------------------------
|
285
|
+
JiYingTest: test_single_filter_animation_name_include_"外挂"
|
286
|
+
----------------------------------------------------------
|
287
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
288
|
+
[1m[35m (0.1ms)[0m begin transaction
|
289
|
+
--------------------------------------------------------------------
|
290
|
+
JiYingTest: test_torrent_url_should_has_full_text_when_single_finish
|
291
|
+
--------------------------------------------------------------------
|
292
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
293
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 22:47:10 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 22:47:10 UTC +00:00]]
|
294
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
295
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
296
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
297
|
+
---------------------------
|
298
|
+
SpiderRailsTest: test_truth
|
299
|
+
---------------------------
|
300
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
301
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
302
|
+
--------------------------
|
303
|
+
JiYingTest: test_full_site
|
304
|
+
--------------------------
|
305
|
+
[1m[35m (1.3ms)[0m rollback transaction
|
306
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
307
|
+
--------------------------
|
308
|
+
JiYingTest: test_full_site
|
309
|
+
--------------------------
|
310
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
311
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
312
|
+
--------------------------
|
313
|
+
JiYingTest: test_full_site
|
314
|
+
--------------------------
|
315
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
316
|
+
--------------------------
|
317
|
+
JiYingTest: test_full_site
|
318
|
+
--------------------------
|
319
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
320
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
321
|
+
[1m[35mSQL (3.1ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 23:03:10 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 23:03:10 UTC +00:00]]
|
322
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
323
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
324
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
325
|
+
--------------------------
|
326
|
+
JiYingTest: test_full_site
|
327
|
+
--------------------------
|
328
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "anis"
|
329
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
330
|
+
[1m[35mSQL (3.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 23:04:09 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 23:04:09 UTC +00:00]]
|
331
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
332
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
333
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
334
|
+
--------------------------
|
335
|
+
JiYingTest: test_full_site
|
336
|
+
--------------------------
|
337
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
338
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
339
|
+
[1m[35mSQL (3.9ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 23:04:38 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 23:04:38 UTC +00:00]]
|
340
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
341
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
342
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
343
|
+
--------------------------
|
344
|
+
JiYingTest: test_full_site
|
345
|
+
--------------------------
|
346
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
347
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
348
|
+
[1m[35mSQL (2.9ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 23:08:16 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 23:08:16 UTC +00:00]]
|
349
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
350
|
+
--------------------------
|
351
|
+
JiYingTest: test_full_site
|
352
|
+
--------------------------
|
353
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "anis"
|
354
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
355
|
+
[1m[35mSQL (2.8ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 23:10:12 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 23:10:12 UTC +00:00]]
|
356
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
357
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
358
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
359
|
+
--------------------------
|
360
|
+
JiYingTest: test_full_site
|
361
|
+
--------------------------
|
362
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "anis"
|
363
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
364
|
+
[1m[35mSQL (2.9ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 23:10:41 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 23:10:41 UTC +00:00]]
|
365
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
366
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
367
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
368
|
+
--------------------------
|
369
|
+
JiYingTest: test_full_site
|
370
|
+
--------------------------
|
371
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
372
|
+
--------------------------
|
373
|
+
JiYingTest: test_full_site
|
374
|
+
--------------------------
|
375
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
376
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
377
|
+
--------------------------
|
378
|
+
JiYingTest: test_full_site
|
379
|
+
--------------------------
|
380
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
381
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
382
|
+
[1m[35mSQL (2.8ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 14 Jul 2013 23:17:54 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Sun, 14 Jul 2013 23:17:54 UTC +00:00]]
|
383
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
384
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
385
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
386
|
+
--------------------------
|
387
|
+
JiYingTest: test_full_site
|
388
|
+
--------------------------
|
389
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
390
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
391
|
+
--------------------------
|
392
|
+
JiYingTest: test_full_site
|
393
|
+
--------------------------
|
394
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
395
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
396
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
397
|
+
--------------------------
|
398
|
+
JiYingTest: test_full_site
|
399
|
+
--------------------------
|
400
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
401
|
+
--------------------------
|
402
|
+
JiYingTest: test_full_site
|
403
|
+
--------------------------
|
404
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
405
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
406
|
+
--------------------------
|
407
|
+
JiYingTest: test_full_site
|
408
|
+
--------------------------
|
409
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
410
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
411
|
+
[1m[35mSQL (2.9ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
412
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
413
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
414
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[花牌情緣2/歌牌情緣2][01-25合集][1080P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1373331567/a6d9e7c6eee2da7f211716476aae71c3bdb15c06.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
415
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
416
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
417
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[花牌情緣2/歌牌情緣2][01-25合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1373281455/4bdbc74b528ce7d51ba40a99c619a74e75f7567c.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
418
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
419
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
420
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[花牌情緣2/歌牌情緣2][01-25合集][720P][中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1373261612/9300e49421ac9d3b133382814ceb7d8f390c5bb9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
421
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
422
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
423
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[异国迷宫的十字路口][01-12合集][1080P][Hi10P FLAC][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1373034047/48f813859b38fddaad2dd4aea231454da3162b46.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
424
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
425
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
426
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[翠星的伽爾岡蒂亞/翠星之加爾岡蒂亞][01-13合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1372984443/15714e2015ba609588990de0f5a89ae01b2237e0.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
427
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
428
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
429
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[翠星的伽爾岡蒂亞/翠星之加爾岡蒂亞][01-13合集][720P][中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1372944370/fe6265dea088b3b481c96d79c77daa5b1318f1d2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
430
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
431
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
432
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[血型君][01-12合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1372936615/699bfc6f9c6c7d63fa18ca18a7f0886986efa550.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
433
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
434
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
435
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】 [中二病也要談戀愛][01-12合集+OVA][720P][外掛簡繁日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1372917602/7fd76dcd2f9343abdb3fe9f10fc77163d4b8a1c5.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
436
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
437
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
438
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[我的妹妹不可能那麼可愛 第2季][01-13合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1372828025/8e8bb5ecae56972671165f2889607c9f0712af50.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
439
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
440
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
441
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[我的妹妹不可能那么可爱 第2季][01-13合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1372811860/a1dd5174cc09ba39460c0a918e613b20984641da.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
442
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
443
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
444
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][1080P][Hi10P FLAC][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1372672490/6dc7556faf06cd1f1f66c6dba9ba01830458b9b1.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
445
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
446
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
447
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[狂欢节/黑色嘉年华/karneval][01-13合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1372556258/e02231810b3906fb2f1b4b2f6f5577bbe056c668.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
448
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
449
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
450
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[狂欢节/黑色嘉年华/karneval][01-13合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1372514134/e3877e6f53ac09d440be34c90f4677b65ff8c607.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
451
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
453
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】 [中二病也要談戀愛][01-12合集+OVA][1080P][Hi10P FLAC][外掛簡繁日文字幕][BD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1372409672/2de5d4b7d5ac765c294cb031de1649ef0fb04f07.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
454
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
455
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
456
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[血型君][01-12合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1372312528/367db1aab1c1002d6a5c6701c3543e4989d423f6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
457
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
458
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
459
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[RDG瀕危物種少女][01-12合集][720P][简繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1372255148/66d5541ed43f4d300459d27f518fb949f5ed0cfd.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
460
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
461
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
462
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[RDG瀕危物種少女][01-12合集][720P][中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1372246228/f34fe3a2749a7fef825e8bb30acf985c9d209c3e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
463
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
464
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
465
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[戰勇senyuu][01-13合集][簡繁日文字幕][1080p][MKV]"], ["torrent", "http://bt.ktxp.com/down/1371023073/f8167c774dd7391083e2009f8540daf76d7880df.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
466
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
467
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
468
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[戰勇senyuu][01-13合集][簡繁日文字幕][720p][MKV]"], ["torrent", "http://bt.ktxp.com/down/1371023030/12cadff151ec8ab3ecb09a76727c61b2afeb9813.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
469
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
470
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
471
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[战勇senyuu][01-13合集][中日双语字幕][720p][MP4]"], ["torrent", "http://bt.ktxp.com/down/1371008295/a095d40fd502575f5bbddaf3cdac27d526efef70.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
472
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
473
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
474
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[JOJO的奇妙冒險][01-26合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1370949425/2c1b9cd380bd21ce362066f75533cadb48e76ae2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
475
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
476
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
477
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[头文字D第五季Initial D Fifth Stage][01-14合集][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1370769697/d81250341a7d342bac25a2777ac83596c6e6f755.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
478
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
479
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
480
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[JOJO的奇妙冒險][01-26合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1370511974/efd83800acb91372cca4fbbc3b5beb257edcba11.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
481
|
+
[1m[35m (5.1ms)[0m RELEASE SAVEPOINT active_record_1
|
482
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
483
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[坂道上的阿波罗][Sakamichi no Apollon][01-12合集][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1368695022/2e6a58cc168d614407a04ea374694fbdaf28af68.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
484
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
485
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
486
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[浪客劍心新京都編合集][OVA][1080P][DTS-HD][日英音軌][簡繁英日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1368577332/ad8cc99d814d548806396586d38c022a99b3f6a6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
487
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
488
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
489
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[浪客劍心新京都編合集][OVA][720P][簡繁英日文字幕][BD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1368434559/a93877fbce26b89848358607509c35520a3b62c2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
490
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
491
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
492
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★ [银魂][Gintama][253-265合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1368344645/71a308b17fe72e65736c12518b6dd59ae7d25ff7.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
493
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
494
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
495
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[妖精の旋律][Elfen_Lied][01-13合集+番外][720P][簡繁日文字幕][BD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1368181344/c5b4babb6113d8a232265e944d575989462cd239.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
496
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
497
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
498
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[妖精の旋律][Elfen_Lied][01-13合集+番外][1080P][日英音軌][簡繁英日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1367831733/54baf57d922090d72110dbf13db4aeb6fb182662.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
499
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
500
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
501
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[无限斯特拉托斯/同学都是女生/Infinite Stratos/IS][無修正][01-12合集+OVA][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1367762997/5e79f587f772040dea84b15c43f313213b80c05e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
502
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
503
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
504
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[未知彼时花开名/我们仍未知道那天所看见的花的名字][Anohana][01-11合集][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1367142666/00d2d2362b24566d64d8a2dfaba788202a8daa2e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
505
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
506
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
507
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[锁锁美同学@提不起劲][01-12合集][中日文字幕][720p][MKV]"], ["torrent", "http://bt.ktxp.com/down/1367022021/444382a0376c2aedc18498815df5dfc0a15a7d81.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
508
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
509
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
510
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[锁锁美同学@提不起劲][01-12合集][中日双语字幕][720p][MP4]"], ["torrent", "http://bt.ktxp.com/down/1366987317/35cb49a6519101a65c8e3eaa80ca90b994cf5a19.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
511
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
512
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
513
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】★ [銀魂][Gintama][253-265合集][720P][繁日文字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1366693931/4bc5a7729315b4b3384f520cd7df141e764a5bae.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
514
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
515
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
516
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[我的妹妹不可能那麼可愛][01-15合集][1080P][FLAC][簡繁日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1366459719/f8c0128341536cdb6601e8981153a6247c89949e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
517
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
518
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
519
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[八犬传-东方八犬异闻录][01-13合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1366441278/ef0a2e8607f02aa84ff6150c653d43b1ebe15dc6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
520
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
521
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
522
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[八犬传-东方八犬异闻录][01-13合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1366426435/22573d65ecf00c2bc046d7fab774cd116047a9f2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
523
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
524
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
525
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[科学的超电磁炮][01-24合集][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1366361125/709589a3e142b2f11a470890f94d1cddc1d991ad.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
526
|
+
[1m[36m (5.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
527
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
528
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[魔神凱撒/無敵鐵金剛凱撒/帝王萬能俠/帝皇萬能俠/魔神皇帝/MazinKaiser][01-07合集][720P][FLAC][繁體中文字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1366031580/9cbca501aa9832a15db6c1c4c94346f0f9a10bdb.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
529
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
530
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
531
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "(仮)【諸神字幕組】《超译百人一首 歌之恋》[01-13合集v2][簡繁日文字幕][720P][MKV]"], ["torrent", "http://bt.ktxp.com/down/1366010432/f862187462a19bedc96dc94e422c0715e67c8540.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
532
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
533
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
534
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[魔王勇者 Maoyuu Maou Yuusha][01-12合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1365933178/c823afb6e00c0e4b37c21308a0ef0148ac88f35b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
535
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
536
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
537
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[魔王勇者 Maoyuu Maou Yuusha][01-12合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1365912843/44d9bb10b007d427c6358d8245457bac4631f3c6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
538
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
539
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
540
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[貓物語(黑)全卷][1080P][簡繁日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1365731456/7b8851947740267d574db8805491b7d7b01701cc.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
541
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
542
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
543
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[圣诞之吻第二季][AmagamiSS+ plus][01-13合集][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1365688115/ca44898b94ba5e7a2e347ede1dad117e68f147c3.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
544
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
545
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
546
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神片源組】[永生之酒/為酒而狂][01-16合集][1080P][外掛DMZJ簡繁+英日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1365499575/98ad6080128e5c9b35b8887b54fdcd13d201b3a6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
547
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
548
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
549
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】★ 《Little Busters!》[01-26合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1365466625/8a7dca00fe99214fb27648b32aae48a36cbbc396.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
550
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
551
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
552
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】★ 《Little Busters!》[01-26合集][720P][中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1365435958/b25eeff9567930fb45556722b17777b6b4d9af1d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
553
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
554
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
555
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[我的朋友很少NEXT][01-12合集V2][720P][中日文字幕][MKV]修正12集部分日文"], ["torrent", "http://bt.ktxp.com/down/1365293090/3363ed1667610113e207609bce4428a4ed2103cd.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
556
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
557
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
558
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[玉子市場/玉子超市][01-12合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1365253839/65da85200a97bb3e89ec8afe9d6fcd1b43566a3e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
559
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
560
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
561
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[玉子市场/玉子超市][01-12合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1365244104/db0975a31fe68a61fc699f7f0c68c32c0f1eb9f4.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
562
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
563
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
564
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[妖精的尾巴 Fairy Tail][01-175合集][720P][RMVB][中日文字幕]"], ["torrent", "http://bt.ktxp.com/down/1365128944/b5ec575ca423017930e68cc3d45967f2f01d3c4b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
565
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
566
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
567
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[回转企鹅罐][01-24合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1365086392/1615c4c9c23fe16aa8ee099838c4055ee0e5eda6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
568
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
569
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
570
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[超時空要塞麦克罗斯号][25周年HD重製版][01-36合集][480P][粵日音軌][簡繁字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1364997743/3e356a738b6e13f2cc82aa9d33748d7d1f74371c.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
571
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
572
|
+
[1m[36m (5.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
573
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[我的朋友很少NEXT][01-12合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1364978096/2cadfbf4da58dcdeaf749bd42198bdf5eef34f95.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
574
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
575
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
576
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[我的朋友很少NEXT][01-12合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364966938/1b9c697212c1def15d8aa1fd4263425911346ab4.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
577
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
578
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
579
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[食夢者/爆漫王第三季 Bakuman Ⅲ][01-25合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1364906633/2b31af55f73f61ca599b6ac3a7f14df501271b51.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
580
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
581
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
582
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[食梦者/爆漫王第三季 Bakuman Ⅲ][01-25合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364884580/6578570b69805732dc78196b876a11cb958c584d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
583
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
584
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
585
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】★ 《魔笛Magi》[01-25合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1364826428/1b40ac6edf06adc2a6c417cea0ed53cf78c8875a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
586
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
587
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
588
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★ 《魔笛Magi》[01-25合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364810825/4daab708d9fe3a189f07e596ec096d1d1c4a654f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
589
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
590
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
591
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[白熊咖啡廳][Shirokuma Cafe][01-50合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1364742928/00baacad4ecd4bf95db581a9f8c942137c07b989.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
592
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
593
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
594
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★[白熊咖啡厅][Shirokuma Cafe][01-50合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364720537/f0bc4278a67bae17c1c60d31a15a4660618d3d87.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
595
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
596
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
597
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[Tari Tari][01-13合集][1080P][中日文字幕][BD-MKV[高压]"], ["torrent", "http://bt.ktxp.com/down/1364630100/7b59423675da7830ca3d2fe71caa11aace7a6c1f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
598
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
599
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
600
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神片源组】[武装炼金][01-26合集][720P][FLAC][外挂漫娱简体字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1364559545/af2a9c24ef947af74cc0d6f51f925147d80d9853.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
601
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
602
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
603
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[Tari Tari][01-13合集][1080P][Hi10P FLAC][中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1364555467/887d402e86133f74d2a9d804e5256394a7afc333.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
604
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
605
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
606
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[水色][OVA動畫][01-02合集][720P][FLAC][繁體中文字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1364295256/222176d13802157ae9adda21c1e386f4950d36ec.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
607
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
608
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
609
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[心理测量者 PSYCHO-PASS][01-22合集][中日文字幕][720p][MKV]"], ["torrent", "http://bt.ktxp.com/down/1364223923/3b6f24d9ae1d54e77c71bf7fd40cb87080a43de9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
610
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
611
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
612
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[心理测量者 PSYCHO-PASS][01-22合集][中日双语字幕][720p][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364216578/29db8e9d839727e886b8d52ddf9b19183ca79bee.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
613
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
614
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
615
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】★《機器人筆記/Robotics;Notes》[01-22合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1364197416/3838e1a5af588ac5ee35fc380de5ea7b0a42c89e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
616
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
617
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
618
|
+
[1m[36mSQL (5.8ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★《机器人笔记/Robotics;Notes》[01-22合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364192678/8ac981656d5d59e0810767894b45850e2a8e8c6b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
619
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
620
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
621
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[魔法少女小圓][01-12合集][1080P][日英意三音軌][簡繁英日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1364031364/32f6fed1d40045e7566fadc0c9de59101bfff618.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
622
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
623
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
624
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[我永遠的聖誕老人][OVA動畫][01-02合集][480P][FLAC][繁體中文字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1362727657/7941fb65044a2e0a4f31fccdde15903578d72c0a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
625
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
626
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
627
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[守護之心][OVA動畫][01-06合集][480P][FLAC][繁體中文字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1362648747/b112397d21aa08257d196a072c4f1307df5686b9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
628
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
629
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
630
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[朝霧的巫女][01-26合集][480P][FLAC][繁體中文字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1362479805/e15c9cccf0e5581caacedd5a04d59871421b6ae0.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
631
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
632
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
633
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】 [中二病也要談戀愛][01-12合集V2][720P][簡繁日文字幕][MKV]修改第八話部份時間軸"], ["torrent", "http://bt.ktxp.com/down/1361976639/1ab622b22b774d663f500934af2fef4052616c93.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
634
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
635
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
636
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[天地無用! 魎皇鬼][01-13合集][480P][FLAC][繁體中文字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1361772704/adaee5ed00bb5faacef5a3cf1cd71e3569e9c966.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
637
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
638
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
639
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[狼雨][Wolf's Rain][01-30合集][480P][繁體中文字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1361669400/8e80891af91f781e946d99314f5ff99e04a18641.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
640
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
641
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
642
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[夏目友人帳][01-04季合集][1080P][Hi10P][簡繁日雙語字幕][BD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1361348399/b2445808e2985ae3e9c80b7191c2abaec2395e34.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
643
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
644
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
645
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[我的朋友很少][01-12合集][720P][繁體中文字幕][BD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1361255367/ca3e3ce462cdae3b64ee854e85fb37c5f13dd3c4.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
646
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
647
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
648
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[破邪大星弾劾凰][OVA動畫][01-03合集][480P][繁體中文][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1361175592/1f4c2752ea0f81623c11e904245bf7c115b41c58.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
649
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
650
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
651
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[回憶之秋2/秋之回憶2][OVA動畫][01-03合集][480P][繁體中文][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1361079560/638b96d565eb0ab970d4fece5213a2845b2f52ef.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
652
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
653
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
654
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[依莉亞Iria][OVA動畫][01-06合集][480P][繁體中文][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1361004440/99e8f6b47707fb6794df8afe67f9f8f578ac60ce.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
655
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
656
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
657
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[頭文字D第三季Initial D 3rd Stage][1068×556][5.1ch][繁體中文][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1360823889/d29b0b6ea6fcab2b8a39a537d12d12a6573f8913.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
658
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
659
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
660
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[高橋留美子劇場-人魚之森][01-13合集][480P][繁體中文][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1360754533/2d5811c8e3af2e3043b46eed47d4dde97854da90.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
661
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
662
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
663
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[極道鮮師][01-13合集][480P][繁體中文][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1360725670/86a0da56bc8eb054c343fee65a7daae4b41d940d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
664
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
665
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
666
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[魔法少女 夢幻拉拉/魔法小美穗/魔法拉拉][01-26合集][480P][國日雙音軌][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1360639748/db55063309d96ab6426d992f239068f1f5793b25.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
667
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
668
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
669
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "《死神:地狱篇》(Bleach Movie 4)死神剧场版4地狱篇][720P][外挂BD字幕+诸神外挂字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1360500732/8cc1a27b5138e443c9f3ed9963a8ad614560f049.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
670
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
671
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
672
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[男子高校生的日常/男子高中生的日常][01-12合集][1080P][外挂中日双语字幕][BD-MP4][高压]"], ["torrent", "http://bt.ktxp.com/down/1360249101/986aa024c57fbbd592a1f43ae44fc1499c371e5e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
673
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
674
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
675
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[Fate Zero][01-25合集][1080P][外挂中日双语字幕][BD-MP4][高压]"], ["torrent", "http://bt.ktxp.com/down/1359622901/0a1dd065748a50ef7eb6addfccb29a83ddd3ad8d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
676
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
677
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
678
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★[猫物语(黑)合集][1080P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1358555017/085ab94e37dab2ee61e7a72a7d199181edb5d799.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
679
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
680
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
681
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】[名侦探柯南SP特别篇][魔术快斗][01-12合集][720P][中日文字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1358406866/729c4dcdb1b3cf1a244deaef51a7dfc29ba64c1e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
682
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
683
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
684
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】[名偵探柯南SP特別篇][魔術快鬥][01-12合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1358348783/603d8fe2c55ecfd958b14fe73daf23f31d46b345.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
685
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
686
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
687
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★[猫物语(黑)合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1358341866/92caa10fa07ea8aca8f7dcedbd0fb5c8f4a99d7d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
688
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
689
|
+
[1m[35m (0.9ms)[0m SAVEPOINT active_record_1
|
690
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★[猫物语(黑)合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1358263085/bd1e8054f89f7f6757b0ab8f7e3770cbe9416de8.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
691
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
692
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
693
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】 [中二病也要談戀愛][01-12合集][720P][繁日文字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1357974720/e2296fa0f62df4beaeba9acafb8719deefdeda13.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
694
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
695
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
696
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】 [中二病也要談戀愛][01-12合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1357908247/041e4566ca33dc257944621bc3a1c2d5e46315ed.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
697
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
698
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
699
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★ [邻座的怪同学][01-13合集V2][720P][中日文字幕][MKV] 修正01话部分时间轴"], ["torrent", "http://bt.ktxp.com/down/1357119229/d192df7bfba75ca73141c6765fea0fc4fbfd4dc6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
700
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
701
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
702
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】★ 《出包王女Darkness/To Love Ru Darkness》[01-12合集][720P][繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1357098197/3209143b525759adb2dddc628aeca34650e42928.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
703
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
704
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
705
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【诸神字幕组】★《法外制裁者_CODE:BREAKER》[01-13合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1357037531/fe7d8788e3511537b8a1c368051e4398b4ea8d3e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
706
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
707
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
708
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00], ["title", "【諸神字幕組】★ 《出包王女Darkness/To Love Ru Darkness》[01-12合集][720P][繁日文字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1357029293/497b54002f7c17f4cbd8f75dca63e3e666a98af4.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
|
709
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
710
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
711
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】★《K》[01-13合集][720P][中日文字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1357015786/f91d18c3b4ffd127e21e4b90b842d85eaae60e44.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
712
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
713
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
714
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】★《法外制裁者_CODE:BREAKER》[01-13合集][720P][中日文字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1357007641/d15e5697c048e43c4d40659707d75586023b8c36.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
715
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
716
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
717
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】★《K》[01-13合集][720P][簡繁日文字幕][MKV]★清晰收藏版"], ["torrent", "http://bt.ktxp.com/down/1356945067/1db4ddc8505398b250ad1703d6d69b0e1b928ff9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
718
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
719
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
720
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】★ [邻座的怪同学][01-13合集][720P][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1356777501/34a2e926bf73bba8da03a9856388703419477786.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
721
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
722
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
723
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】★ [邻座的怪同学][01-13合集][720P][中日文字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1356768709/d4f90f9f070264f226281a24e77c342da32e544d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
724
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
725
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
726
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】[狼与香辛料第二季][Spice and Wolf 2nd][01-12合集][1080P][外挂中日文字幕][BD-MP4][高压]"], ["torrent", "http://bt.ktxp.com/down/1356619346/0c78abf37f425dc75db3e43c93b2ea4619a0fc09.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
727
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
728
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
729
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】★[刀劍神域][Sword Art Online][01-25合集V2][720P][簡繁日文字幕][MKV]修正08、14花屏"], ["torrent", "http://bt.ktxp.com/down/1356514287/36a57563db9216b864ee3377a2fae7bf5b8e0989.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
730
|
+
[1m[36m (2.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
731
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
732
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】★[刀劍神域][Sword Art Online][01-25合集][1080P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1356423968/c5b877581ad331328153ac599fcb933e4dd94a53.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
733
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
734
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
735
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】★[刀剑神域][Sword Art Online][01-25合集][720P][中日文字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1356346702/124e57cf3a23debb36ba55130c251dae9fa181b3.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
736
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
737
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
738
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】★[刀劍神域][Sword Art Online][01-25合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1356307869/e4b6451b530accb8672da6cdaf1038bdc06509fc.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
739
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
740
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
741
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】[罪惡王冠][Guilty Crown][01-22合集][1080P][外掛中日文字幕][BD-MP4][高压]【请单独下载附文链接字幕修正版】"], ["torrent", "http://bt.ktxp.com/down/1355369181/9801b92a42ab21631cf7514402fa7df01cc4b118.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
742
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
743
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
744
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】[罪惡王冠][Guilty Crown][01-22合集(付CD、特典)][1080P][外掛中日文字幕][FLAC][BD-MKV]【请单独下载附文链接字幕修正版】"], ["torrent", "http://bt.ktxp.com/down/1354926025/d01eca2e3f5a95d46139da667652d554aa7c82fd.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
745
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
746
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
747
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】《虫师Mushishi》[01-26合集][1080P][5.1ch][中日文字幕][BD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1354330056/94d6f6483fe3426ef1b3bfc0d6d3b8c178b46773.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
748
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
749
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
750
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "[青翼&诸神字幕组][咎狗之血][中日双语字幕][1280×720][MP4][12话全]"], ["torrent", "http://bt.ktxp.com/down/1353210178/988d77c52712640259440131eeb10a8ac5dc5569.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
751
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
752
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
753
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "[诸神字幕组][食梦者Ⅱ][Bakuman_Ⅱ][01-25合集][中日文字幕][MP4][720P]"], ["torrent", "http://bt.ktxp.com/down/1350988888/4720d27bfd9be91748ab1150fb4814acc51752a7.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
754
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
755
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
756
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】《超译百人一首 歌之恋》[01-13合集][中日双语字幕][720P][MP4] ★詳細註釋"], ["torrent", "http://bt.ktxp.com/down/1349701501/8a6ab1b58b81eb2da5a47c846f5683e9560ff51b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
757
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
758
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
759
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】《超译百人一首 歌之恋》[01-13合集][簡繁日文字幕][720P][MKV] ★詳細註釋"], ["torrent", "http://bt.ktxp.com/down/1349601421/5de2698258c4fedba400f2d3631e08482610a1ae.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
760
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
761
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
762
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】★[Tari tari][01-13合集][720P][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1349576980/141ad2ee6d6d07f5af480a12cf7ffa777a99cd2f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
763
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
764
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
765
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】★[Tari tari][01-13合集][720P][中日双语字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1349576897/04a65dacfb8dccfc9f999a077e51f20f198fd6a7.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
766
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
767
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
768
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】★[境界線上的地平線][1+2季合集][720P][中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1349489447/6182bcd996ceb25bac88082a7eb5e58ddb40c5d9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
769
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
770
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
771
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【诸神字幕组】★[冰菓/冰果 Hyouka][01-22合集][中日双语字幕][720p][MP4]"], ["torrent", "http://bt.ktxp.com/down/1349432539/65eb7a494c75c803ac622f33e6b232656c5b07f3.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
772
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
773
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
774
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00], ["title", "【諸神字幕組】★[加速世界][Accel_World][01-24合集][720P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1348912192/16d244ea565c1063119eed2b9d0e6244c81eefb9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
|
775
|
+
[1m[35m (5.4ms)[0m RELEASE SAVEPOINT active_record_1
|
776
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
777
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】★[人类衰退之后 Jinrui wa Suitai Shimashita][01-12合集V2][中日文字幕][MKV][720P][内详]"], ["torrent", "http://bt.ktxp.com/down/1348651250/1f9ec5ee6232a934a6cbcb57688bb42ba305a7f2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
778
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
779
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
780
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★[黑子的籃球/黑子的篮球][Kuroko no basuke][01-25完結][720P][中日双语字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1348498683/4ddb5928250c14b52e3007fd316fee970c39527a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
781
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
782
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
783
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】★[人类衰退之后 Jinrui wa Suitai Shimashita][01-12完结][中日文字幕][MKV][720P]"], ["torrent", "http://bt.ktxp.com/down/1348466657/282eecd0385a1066e97759e95e39f14d78a1d687.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
784
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
785
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
786
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】★[人类衰退之后 Jinrui wa Suitai Shimashita][01-12合集][中日文字幕][MP4][720P]"], ["torrent", "http://bt.ktxp.com/down/1348405371/36cfc51190316dcf4c70a869a838f42de30f7d8d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
787
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
788
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
789
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★4月新番【冰菓/冰果 Hyouka】【01-22完結】[簡繁日文字幕][720p][MKV]"], ["torrent", "http://bt.ktxp.com/down/1348325122/4dea3f7e61fe4a23c1a0c44d29cb05e2e0620786.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
790
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
791
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
792
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】[夏雪密會][Natsuyuki Rendezvous][01-11完结V2][中日双语字幕][x264_AAC][720P][MKV]"], ["torrent", "http://bt.ktxp.com/down/1348232792/d53b31af5b949987e9c3e1a8f716936d017095d7.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
793
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
794
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
795
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】[夏雪密會][Natsuyuki Rendezvous][01-11完结][中日双语字幕][x264_AAC][720P][MP4]"], ["torrent", "http://bt.ktxp.com/down/1347869757/0ab215546bf929e1f5914852fa59b877d687a9e5.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
796
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
797
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
798
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】[精靈守護人/精靈守護者][01-26全][1080P][x264(10bit)_AAC_5.1ch][簡繁內掛][BD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1346307785/c4347401c19519eea29d46ff17557ad0b707a1f6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
799
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
800
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
801
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】★01月新番[在盛夏等待][01-12(全集)][1280x720][中日双语字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1343910915/c314cd1a41a8376660e511fecf5ba1f8c5588437.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
802
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
803
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
804
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[諸神字幕組][直笛與雙背帶書包][Recorder and Randsell][01-26完][中日雙語字幕][1280x720][MKV]"], ["torrent", "http://bt.ktxp.com/down/1342020666/70ca45a4642dbeaff5e48e86de19034d38919c91.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
805
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
806
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
807
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★【4月新番】[謎之彼女X][Nazo no Kanojo X][01-13完][1280x720][內掛中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1341573173/b8e8297a291e4442481a3dc5a1ef0bec590df0dc.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
808
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
809
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
810
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★【4月新番】[黃昏少女×失憶 Tasogare Otome x Amnesia][01-12完][中日雙語字幕][MKV][1280x720]"], ["torrent", "http://bt.ktxp.com/down/1341529493/248e91a70c7237e049436364461d5b8141be7eeb.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
811
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
812
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
813
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★[绯色的欠片/緋色的碎片][Hiiro No Kakera][01-13完][1280x720][中日雙語字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1341483352/fb4ee5ee58206838710e3a1e530ba3cb68e06523.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
814
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
815
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
816
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★【4月新番】[釣球/钓球][Tsuritama][01-12完][1280x720][中日雙語字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1341442690/f95a9f62bd11e30ad2a614927521414c558ea459.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
817
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
818
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
819
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★【4月新番】[坂道上的阿波羅/坂道上的阿波罗][Sakamichi no Apollon][01-12完][1280x720][中日雙語字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1341184719/d0667192de730a065f9b5372765c1b2427f9b992.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
820
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
821
|
+
[1m[35m (5.6ms)[0m SAVEPOINT active_record_1
|
822
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★[少年同盟][1+2季][共26話][1280x720][中日雙語字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1341052777/40d389f9e7e80d0a757bceb88399aca996812e31.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
823
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
824
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
825
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★[Fate_Zero][01-25完結][中日雙語字幕][720P][MKV]"], ["torrent", "http://bt.ktxp.com/down/1341021366/665f13dc73fbd3369315117ad2decaba0ab6e7f4.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
826
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
827
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
828
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[諸神字幕組][最遊記外傳OVA][01-03全][樱云·散华·萌芽之章][saiyuki][848x480][MKV][簡繁日字幕][DVDRip]"], ["torrent", "http://bt.ktxp.com/down/1340504713/abbc9788054e4e6229cd1f4a3dd5d66094dd389f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
829
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
830
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
831
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕組】[未来日记][Mirai Nikki][1~26FIN][720p][中日双语字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1339896634/94ec33f4bef63f24bd1128b3b23a12491916ab45.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
832
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
833
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
834
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神-坑狼小队][Fate/Zero][01-13][BDRip][1080P][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1336199226/dbef0e9d3370cddc56db020b585af5c7d71aa1b9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
835
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
836
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
837
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】★【1月新番】[夏目友人帐 肆][Natsume Yuujinchou Shi][1-13][完结合集][1280x720][中日双语字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1333777643/e83dd714fe3dc95e75bb28ff249f337ad89c2f80.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
838
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
839
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
840
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神&异域】★ [银魂2][Gintama][202-252][完结合集][720P][中日双语字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1333531509/d29325781ca85dca866f9d7368ada4a5a97eea7a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
841
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
842
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
843
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】★10月新番[侵略!?乌贼娘S2][01-12(全集)][1280x720][中日双语字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1333502040/d81f5310b57f03ff800b7eb070a997774dbd7ae4.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
844
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
845
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
846
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】【BRAVE10_真田十勇士】【第01-12話】【中日雙語字幕】【1280X720】【MKV】【完結】"], ["torrent", "http://bt.ktxp.com/down/1333414485/37881717d9fab0c7bf88f31c41b12daf0442f156.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
847
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
848
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
849
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕组】★ [男子高校生的日常_男子高中生的日常][Danshi Koukousei no Nichijou][01-12][完结合集][720P][MKV][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1333357761/ff6b5875c2d73cbbb5b10e81c11cd6eb4ee7ee0a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
850
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
851
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
852
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕組】★一月新番【Another】第01-12話 完结合集 中日双语字幕 X264_AAC 720P MKV"], ["torrent", "http://bt.ktxp.com/down/1333288255/b31ce1452f9221cd299dc90346d08b8ccdbdfcc7.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
853
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
854
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
855
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【诸神字幕組】★ [最终流放 ~银翼之法姆~][Ginyoku no Fam][00-23][完结合集][1280x720][中日双语字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1333238009/e27d76a780e0b475c1fe5b0369d9c603c88b0d18.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
856
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
857
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
858
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "【諸神字幕組】★ [食夢者_爆漫王 第二季][Bakuman II][01-25][完結合集][1280x720][中日雙語字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1333111646/269ff34c7206156757e68e7a243dd2a3bec5cca1.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
859
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
860
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
861
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][真田十勇士_Brave10][01-12end][1280x720][MP4][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1333029826/9d01abf1ad2067a001dba343a43586640ccbceb5.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
862
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
863
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
864
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][罪恶王冠][Guilty_Crown][01-22end+11.5特別篇][中日双语字幕][720P][MKV]"], ["torrent", "http://bt.ktxp.com/down/1332724656/fa7850731c1a939b6e8d5500deca57eb88b3d91f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
865
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
866
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
867
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神卖萌组][伪物语][Nisemonogatari][01-11end][中日字幕][720P][MKV]"], ["torrent", "http://bt.ktxp.com/down/1332594962/230229559a713dc3b4a4b46c7c33387f2d85c17b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
868
|
+
[1m[36m (5.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
869
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
870
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神卖萌组][黑岩射手][BLACK★ROCK_SHOOTER][01-08end][中日双语字幕][720P][MKV][附网盘]"], ["torrent", "http://bt.ktxp.com/down/1332566910/cb7185075a72a721d767a42ba6831b654de2faad.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
871
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
872
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
873
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][翼年代记Tsubasa_Chronicle1][BDRIP][中日双语字幕][X264_AAC][1920X1080]"], ["torrent", "http://bt.ktxp.com/down/1330662868/c3eb235627143c401768d205ee671ee0bc1d0fcc.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
874
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
875
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
876
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神卖萌组][我的朋友很少][01-12end][Boku_wa_Tomodachi_ga_Sukunai][中日双语字幕][720P][MKV]"], ["torrent", "http://bt.ktxp.com/down/1329835250/606e56e9e1abd0725ff7d0d4ee3e2cf36d322c9c.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
877
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
878
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
879
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神&漫娱][一期一会~你的话语~][1-13][中日双语字幕][DVDRip][848x480][MP4]"], ["torrent", "http://bt.ktxp.com/down/1329046390/b3ecf1b350c8a5777684bd5106ebde0debd84a58.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
880
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
881
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
882
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][Fate_Zero][01-13全][1280×720][中日双语字幕][MKV] 修正10、11集"], ["torrent", "http://bt.ktxp.com/down/1326681059/3518cfa2a54706b9e3fb0ab6b64a3a66e96abf0a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
883
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
884
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
885
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][少年同盟][Kimi_to_Boku][01-13全][1280×720][MKV][中日双语][附115网盘]"], ["torrent", "http://bt.ktxp.com/down/1325943258/6f8996db8c304e3bce756bbefedf90ce16911b4b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
886
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
887
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
888
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[玉响~hitotose~][01-12话][MP4移动格式][720×480][诸神-Start移动组]"], ["torrent", "http://bt.ktxp.com/down/1325394991/fc5d12662cb067252d2718e02c98c8bc95a6b68d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
889
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
890
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
891
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][Fate_Zero][01-13全][1280×720][中日双语字幕][MKV][附15网盘]"], ["torrent", "http://bt.ktxp.com/down/1325340992/ef2930a103cb190c99fbfd112f0648dcd0fd2051.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
892
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
893
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
894
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][境界线上的地平线][01-13完][1280x720][中日双字幕][附115网盘]"], ["torrent", "http://bt.ktxp.com/down/1325339216/85a5199673205cac8531060eecc09289b30f6b9a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
895
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
896
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
897
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][夏目友人帐][01-13话_][中日双语][PSP收藏版][MP4].mp4"], ["torrent", "http://bt.ktxp.com/down/1325324992/7979c861eeae219f64223b4076a36cbb278846ae.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
898
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
899
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
900
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "贱猫小叽的幸福生活》(chi's sweet home)[诸神字幕组][贱猫小叽的幸福生活第一季][Chi's_Sweet_Home][中日双语字幕]PSP IPhone高清MP4移动格式"], ["torrent", "http://bt.ktxp.com/down/1325302799/698b004d2699dfebb719339a88a4de79ce9fd113.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
901
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
902
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
903
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][世界第一初恋sekai ichi][1+2季 24集全][1280x720][MKV][中日双字幕]【附115网盘地址】"], ["torrent", "http://bt.ktxp.com/down/1325140513/ec4bef76358a857be2467b5b8ee65ac92dee46af.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
904
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
905
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
906
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][玉响][Tamayura][01-12完][中日双语 内挂简日/繁日/日文][720P][MKV][附115地址]"], ["torrent", "http://bt.ktxp.com/down/1324810909/15972f14f541a25fcf2f44d0499f5711df978118.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
907
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
908
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
909
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][BLOOD-C][01-12全][中日双语字幕][720P][MKV]【内附115网盘】"], ["torrent", "http://bt.ktxp.com/down/1319109471/3f4def342e9b17538b237ea38d3730a97bf05a7d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
910
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
911
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
912
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][七合圣石战记][Sacred_Seven][01-12全][中日双语字幕][1280×720][MKV]【内附115地址】"], ["torrent", "http://bt.ktxp.com/down/1318838045/3f8fd1540e33225507a705dcc250f1548da24c36.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
913
|
+
[1m[35m (5.7ms)[0m RELEASE SAVEPOINT active_record_1
|
914
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
915
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][丹特丽安的书架][Dantalian_no_Shoka][01-12全][中日双语字幕][720P][MKV]【内附115地址】"], ["torrent", "http://bt.ktxp.com/down/1318157963/1594ad4ed1bb42cba4430c92e9176819aca98bf2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
916
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
917
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
918
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][笨蛋测验召唤兽II][Baka to Test to Shoukanjuu][01-13全][1280x720][MKV][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1317902190/23f3c2160523288807b4bfe64484232ce8d87d98.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
919
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
920
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
921
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][甜甜私房猫(甜甜起司猫)][01-105全][中日双语字幕][MKV][DVDRip]"], ["torrent", "http://bt.ktxp.com/down/1317456721/bc847e90d8e2cf206f561b93b0b8dbbab610bd9c.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
922
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
923
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
924
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][夏目友人帐_叁][Natsume Yuujinchou San][01-13全][中日双字幕][720P][MKV]【内附115地址】"], ["torrent", "http://bt.ktxp.com/down/1317353171/18669c0e799b0aa1b67e99a22cb88ce4c1cae8fd.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
925
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
926
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
927
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][未来都市][No.6][01-11全][简繁日粤][720P][MKV]【内附115下载地址】"], ["torrent", "http://bt.ktxp.com/down/1317214996/76ff9cefd96ee16bd1f37bf76b1d27a2159ca9a6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
928
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
929
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
930
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][异国迷宫的十字路口][Ikoku_Meiro_no_Croisee][01-12全][简繁日][720P][MKV]【内附115链接】"], ["torrent", "http://bt.ktxp.com/down/1316949580/5b30393702cbbeda2e8cbbe350a5a1a184a9fec0.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
931
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
932
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
933
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][白兔糖][Usagi Drop][01-11全][简繁日][720P][MKV]"], ["torrent", "http://bt.ktxp.com/down/1316528075/ac9916f13a16128fcbe3d5867b7f788f79410fe9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
934
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
935
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
936
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][安倍桥的魔法☆商店街][Abenobashi_Mahou_Shoutengai][01-13全][1920×1080][x264_FLAC][GB][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1316097132/f9e148e909886121f2167e571b395c0bc2ee989b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
937
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
938
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
939
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][安倍桥的魔法☆商店街][Abenobashi_Mahou_Shoutengai][01-13全][1280×720][MKV][GB][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1316097021/93f7afe5fb87f8e4dee854af9fd292c0b8744b7a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
940
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
941
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
942
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][妖精的尾巴 Fairy Tail][01-95][1280×720][R10][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1315473517/034addb36b4a660c6f52cf3562f7495b4d9b5afa.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
943
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
944
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
945
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][圣斗士星矢冥王神话][The_Lost_Canvas][01-26全][1920×1080][x264_FLAC][MKV][中日双语字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1313071415/683fd7f89b1be263650df88865f69a8c3462dfd7.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
946
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
947
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
948
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[青翼&诸神][星座彼氏][Starry☆Sky][01-26全][480P][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1312887085/794e0879109aa04f23a3cd714c83fa7f991b2367.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
949
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
950
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
951
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神&异域][刀语][Katana_Gatari][01-12全][1920x1080][中日双语字幕][MKV][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1312290622/5e99e6f0ca261796f37f120b021ced2ce589dd99.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
952
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
953
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
954
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][圣斗士星矢冥王神话][The_Lost_Canvas][01-26全][1280×720][MKV][中日双语字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1312205870/9cd2a1415ff3e574953ba3745625a4734285e04a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
955
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
956
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
957
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神&游风][圣斗士星矢冥王神话][PSP][The_Lost_Canvas][01-26全][480×272][x264_aac][中日双语字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1312120410/a9df31703a96fc2af1be9d9a15ee112f2022efb1.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
958
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
959
|
+
[1m[35m (5.7ms)[0m SAVEPOINT active_record_1
|
960
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神&游风][圣斗士星矢冥王神话][The_Lost_Canvas][14-26全][1280×720][MP4][双语+外挂吐槽字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1312019652/6df1d2b5b865f15e9fac3b8d63ce4cfb951f0f8f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
961
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
962
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
963
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神&青翼][王牌投手振臂高挥~夏季大赛篇~][Ookiku][01-13全][1920X1080][x264_aac][外挂中日双语字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1311519223/8239a9a14e576448d719eae3b40a3b4bc37529d2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
964
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
965
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
966
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][鸦KARAS][01-06完][x264_aac][1280×720][日英音轨][中英葡字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1311227939/ad26dcaec82c6eaaa7da783257e0a8bae696aacf.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
967
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
968
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
969
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][家庭教师-最强的伙伴][01-03完(含特典)][Reborn][848x480][中日双语字幕][DVDRip]"], ["torrent", "http://bt.ktxp.com/down/1310219424/bfc9c958d95393a30e82b7bc0ea81a084d520ce1.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
970
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
971
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
972
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][未知彼时花开名/我们仍未知道那天所看见的花的名字][Anohana][01-11完][简繁日][720P][MKV]"], ["torrent", "http://bt.ktxp.com/down/1310182665/977230c12cbb43bb019e85717623e82b73955218.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
973
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
974
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
975
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][绯弹的亚里亚][Hidan no Aria][1-12完][1280×720][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1310130801/55700a61c8720d1d9d4bbd7f939734244cb1f632.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
976
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
977
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
978
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][魔法禁书目录II][Toaru_Majutsu_no_Index_II][1-24完][MP4][1280×720][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1309965303/9753d23f6b6a622af6a2636c6841ff2f36c6a3aa.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
979
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
980
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
981
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组]★[世界第一初恋][Sekai-ichi Hatsukoi][1-12完][1280×720][X264_AAC][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1309619852/fb30140a1de3f410b5228950ffa66f71614e1be8.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
982
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
983
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
984
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][Fortune_Arterial-红色约定-][全集][720P][x264_aac][中日双字幕]&[音乐.OST.PV]"], ["torrent", "http://bt.ktxp.com/down/1302484659/5f28fda7d6492e21dccde1ddfc986c3e84b89f76.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
985
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
986
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
987
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][圣诞之物SS_Amagami_SS][1-25end][1280×720][X264_AAC][jp_cn]"], ["torrent", "http://bt.ktxp.com/down/1293410701/19a82d14ba5016570ede3c59a7b5a22d39d074d6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
988
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
989
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
990
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][Darker.Than.Black外传OVA][1-4完][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1289900605/21482290a22efeef681f8e757a0a5fb7322e689e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
991
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
992
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
993
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][战国Basara II_Sengoku Basara 2 ][1-12完][1280X720][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1286267242/0032e4ae8ecad46fc057d50888397bc423b85638.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
994
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
995
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
996
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][无法逃离的背叛][1-24完][1280×720][MKV][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1286265612/9c250b81c38dd3c828070b16306e143d07284a42.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
997
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
998
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
999
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神&青翼][黑执事_kuroshitsujiII][1-12完][1280x720][x264_ACC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1285721463/61b079859b1fd41c89734a2274a6c7404cbbdee2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
1000
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1001
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1002
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][大神与七位伙伴们][1-12完][x264_aac][720P][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1285549550/0e301be7cd97d95ff46d6efd2ab29a8403cfc7f2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
1003
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1004
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1005
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神字幕组][Darker.Than.Black][1-26完][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1282901728/79badbbd537f47ab919438430b3e4d039e4a1f03.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
1006
|
+
[1m[36m (5.8ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1007
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1008
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00], ["title", "[诸神&青翼][王牌投手振臂高挥第二季oofuri][1-13完][MP4][x264_ACC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1277723407/4625ea4f39c759751f65de713dc69886b66f8726.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
|
1009
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1010
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1011
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][最后的大魔王_Ichiban Ushiro no Daimaou][1-12完][1280×720][X264_AAC][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1277198522/24c177e71e9546c4610a425da17fcbb9b8d3d4cf.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1012
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1013
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1014
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][黑之契约者一季Darker.Than.Black][16][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1275797039/dab34874d6ec381f448f6af6bb00219cbc7cc4a2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1015
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1016
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1017
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][黑之契约者第一季][15][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1274526187/90b171fb0718f448d3c7fb04113c2593443f6cb1.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1018
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1019
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1020
|
+
[1m[36mSQL (30.2ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][Darker.Than.Black黑之契约者][13+14][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1273829276/ef20f2d8f504f7548c83fba6e9b82d726e47139b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1021
|
+
[1m[35m (4.4ms)[0m RELEASE SAVEPOINT active_record_1
|
1022
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1023
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][冥王神话OVA][1~13][1920×1080][X264_AAC][中日双字幕][BDRIP+吐槽外挂ASS]"], ["torrent", "http://bt.ktxp.com/down/1273311963/7e11fe0d2f7bf922ab388f276fd45d2c5860eb00.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1024
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1025
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1026
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][黑之契约者一季][11+12][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1272801275/d4d888bededa55e7ba1814ca351701358928a6b2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1027
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1028
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1029
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][黑之契约者第一季][10][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1271932441/eb8ce871198b8d0672732fc7a92902461e68767e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1030
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1031
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1032
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][科学的超电磁炮][1-24完][1280×720][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1271672859/79e69dee426bad06ff190302dafda522175f0542.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1033
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1034
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1035
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][黑之契约者第一季][09][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1271588281/abbf2fb51ece99c1a28d37bf609fb9b9ecb97c6f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1036
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1037
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1038
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][黑之契约者第一季][07][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1269947290/e1c831c24819a5bfe50656a1bf0dd5ababd126d2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1039
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
1040
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1041
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][交响情人梦Final][1-11话全][1280x720] [X264_ACC] [中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1269751652/4b7dc1a6ab01fe343727130de526a910c64f819b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1042
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1043
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1044
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][黑之契约者第一季][06][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1269406841/2eeb6522c20e778280a9339036526d00739c1ec3.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1045
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1046
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
1047
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕组][黑之契约者第一季][01+02][1920×1080][X264_AAC][中日双字幕]"], ["torrent", "http://bt.ktxp.com/down/1267436591/b9c142779007bbb268919b23d47d5d6b94c0f421.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1048
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1049
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1050
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神&动漫国][十月新番][黑之契约者II][1-12全][RV10][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1261817585/9a2fae694eb067f675a12e00d95f196d8f52a42a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1051
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1052
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1053
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "【诸神&动漫国】【黑塔利亚】【01-26】【X264_AAC】【中日双语字幕】"], ["torrent", "http://bt.ktxp.com/down/1260117693/e3cd515f9ca26222ac9cb2cd60618ff591d09cf9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1054
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1055
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1056
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神][狼与香辛料II][全集1~12话][中日双字幕][HDTV][RMVB]"], ["torrent", "http://bt.ktxp.com/down/1254017126/37d19a514df54f668e5c42f632b8705f65f3fa3a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1057
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1058
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1059
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[KG诸神字幕组]旋风管家 第二季[全集1-25][中日双字幕][rv]"], ["torrent", "http://bt.ktxp.com/down/1253858491/79b1af06bcf616b046fe8f0bc197931caef4d2c8.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1060
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1061
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1062
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[KamiGami诸神字幕组][中日双字幕]地狱少女三鼎[全] [共26话] [RMVB]"], ["torrent", "http://bt.ktxp.com/down/1239121250/fb126f0725e9d7635e2ec4a4fb803d31516ac0ff.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1063
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1064
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1065
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "!!【Kamigami诸神字幕】【中日双字幕】交响情人梦 巴黎篇1~11全集【R10】"], ["torrent", "http://bt.ktxp.com/down/1229918118/8f5400bf345958645f9dedac789dfbe9f2049103.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1066
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1067
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1068
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[KG诸神][中日双字幕]圣斗士星矢 极乐净土篇全集1-6话[Rv10]"], ["torrent", "http://bt.ktxp.com/down/1223442829/7121a98fd8eb6e778fab2ef5c8a8b91c38ef3ea1.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1069
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1070
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1071
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[KG诸神字幕组]秀逗魔导士Revolution全集1-13话[中日双字幕][完结]"], ["torrent", "http://bt.ktxp.com/down/1222926357/162ab436676533bf6c4cea38797b56fa9f3370d2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1072
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1073
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1074
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[KG诸神字幕组]超时空要塞Frontier全集1-25话[中日双字幕][完结]"], ["torrent", "http://bt.ktxp.com/down/1222911695/3e3949f07789048a69dac915088a4a38901fb541.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1075
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1076
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1077
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00], ["title", "[诸神字幕][中日双字幕][BUS GAMER完结合集1~3][RV]"], ["torrent", "http://bt.ktxp.com/down/1208489532/c51d5f7fc5944ffb0457e556d84724892397e27e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
|
1078
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1079
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
1080
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
1081
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
1082
|
+
--------------------------
|
1083
|
+
JiYingTest: test_full_site
|
1084
|
+
--------------------------
|
1085
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
1086
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1087
|
+
[1m[35mSQL (3.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:03:14 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Mon, 15 Jul 2013 00:03:14 UTC +00:00]]
|
1088
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1089
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1090
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
1091
|
+
--------------------------
|
1092
|
+
JiYingTest: test_full_site
|
1093
|
+
--------------------------
|
1094
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
1095
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1096
|
+
[1m[35mSQL (3.0ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:05:41 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Mon, 15 Jul 2013 00:05:41 UTC +00:00]]
|
1097
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1098
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
1099
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
1100
|
+
--------------------------
|
1101
|
+
JiYingTest: test_full_site
|
1102
|
+
--------------------------
|
1103
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "anis"
|
1104
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1105
|
+
[1m[35mSQL (3.1ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][720P][外挂中日文字幕][BD-MP4]"], ["torrent", "http://bt.ktxp.com/down/1373543782/24e913ee8f4817b3e78fc530a62cf183e1814a31.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00]]
|
1106
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1107
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1108
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00], ["title", "【诸神字幕组】[异国迷宫的十字路口][01-12合集][1080P][Hi10P FLAC][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1373034047/48f813859b38fddaad2dd4aea231454da3162b46.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00]]
|
1109
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1110
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1111
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00], ["title", "【诸神字幕组】[冰菓/冰果 Hyouka][01-22合集+OAD][1080P][Hi10P FLAC][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1372672490/6dc7556faf06cd1f1f66c6dba9ba01830458b9b1.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00]]
|
1112
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1113
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1114
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00], ["title", "【諸神字幕組】[坂道上的阿波罗][Sakamichi no Apollon][01-12合集][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1368695022/2e6a58cc168d614407a04ea374694fbdaf28af68.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00]]
|
1115
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1116
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1117
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00], ["title", "【诸神字幕组】[无限斯特拉托斯/同学都是女生/Infinite Stratos/IS][無修正][01-12合集+OVA][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1367762997/5e79f587f772040dea84b15c43f313213b80c05e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00]]
|
1118
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1119
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1120
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00], ["title", "【诸神字幕组】[未知彼时花开名/我们仍未知道那天所看见的花的名字][Anohana][01-11合集][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1367142666/00d2d2362b24566d64d8a2dfaba788202a8daa2e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00]]
|
1121
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1122
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1123
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00], ["title", "【诸神字幕组】[科学的超电磁炮][01-24合集][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1366361125/709589a3e142b2f11a470890f94d1cddc1d991ad.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00]]
|
1124
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1125
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1126
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00], ["title", "【諸神字幕組】[圣诞之吻第二季][AmagamiSS+ plus][01-13合集][1080P][外挂中日文字幕][BD-MKV]★高清收藏版"], ["torrent", "http://bt.ktxp.com/down/1365688115/ca44898b94ba5e7a2e347ede1dad117e68f147c3.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:28 UTC +00:00]]
|
1127
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1128
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
1129
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:07:29 UTC +00:00], ["title", "【诸神片源组】[武装炼金][01-26合集][720P][FLAC][外挂漫娱简体字幕][DVD-MKV]"], ["torrent", "http://bt.ktxp.com/down/1364559545/af2a9c24ef947af74cc0d6f51f925147d80d9853.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:29 UTC +00:00]]
|
1130
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1131
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1132
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:07:29 UTC +00:00], ["title", "《死神:地狱篇》(Bleach Movie 4)死神剧场版4地狱篇][720P][外挂BD字幕+诸神外挂字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1360500732/8cc1a27b5138e443c9f3ed9963a8ad614560f049.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:29 UTC +00:00]]
|
1133
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1134
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1135
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:07:29 UTC +00:00], ["title", "【诸神字幕组】[男子高校生的日常/男子高中生的日常][01-12合集][1080P][外挂中日双语字幕][BD-MP4][高压]"], ["torrent", "http://bt.ktxp.com/down/1360249101/986aa024c57fbbd592a1f43ae44fc1499c371e5e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:29 UTC +00:00]]
|
1136
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1137
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1138
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:07:29 UTC +00:00], ["title", "【诸神字幕组】[Fate Zero][01-25合集][1080P][外挂中日双语字幕][BD-MP4][高压]"], ["torrent", "http://bt.ktxp.com/down/1359622901/0a1dd065748a50ef7eb6addfccb29a83ddd3ad8d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:29 UTC +00:00]]
|
1139
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1140
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1141
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:07:31 UTC +00:00], ["title", "【诸神字幕组】[狼与香辛料第二季][Spice and Wolf 2nd][01-12合集][1080P][外挂中日文字幕][BD-MP4][高压]"], ["torrent", "http://bt.ktxp.com/down/1356619346/0c78abf37f425dc75db3e43c93b2ea4619a0fc09.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:31 UTC +00:00]]
|
1142
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1143
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
1144
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:07:31 UTC +00:00], ["title", "[诸神&游风][圣斗士星矢冥王神话][The_Lost_Canvas][14-26全][1280×720][MP4][双语+外挂吐槽字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1312019652/6df1d2b5b865f15e9fac3b8d63ce4cfb951f0f8f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:31 UTC +00:00]]
|
1145
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1146
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1147
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 15 Jul 2013 00:07:31 UTC +00:00], ["title", "[诸神&青翼][王牌投手振臂高挥~夏季大赛篇~][Ookiku][01-13全][1920X1080][x264_aac][外挂中日双语字幕][BDRip]"], ["torrent", "http://bt.ktxp.com/down/1311519223/8239a9a14e576448d719eae3b40a3b4bc37529d2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:31 UTC +00:00]]
|
1148
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1149
|
+
[1m[35m (0.8ms)[0m SAVEPOINT active_record_1
|
1150
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 15 Jul 2013 00:07:32 UTC +00:00], ["title", "[诸神字幕组][冥王神话OVA][1~13][1920×1080][X264_AAC][中日双字幕][BDRIP+吐槽外挂ASS]"], ["torrent", "http://bt.ktxp.com/down/1273311963/7e11fe0d2f7bf922ab388f276fd45d2c5860eb00.torrent"], ["updated_at", Mon, 15 Jul 2013 00:07:32 UTC +00:00]]
|
1151
|
+
[1m[35m (0.8ms)[0m RELEASE SAVEPOINT active_record_1
|
1152
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "anis"[0m
|
1153
|
+
[1m[35m (0.5ms)[0m rollback transaction
|