spider_rails 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d0b2b6ab974d2ceeaaaea749b23862f67cd0d83
4
- data.tar.gz: cb3f0897927374a6a73ca6bd9bf1293d855e30c9
3
+ metadata.gz: 71a2df3105767c214ab9776e954725227028d060
4
+ data.tar.gz: e57041ded0a29267bc9c708e81ea50756e583330
5
5
  SHA512:
6
- metadata.gz: cbca2addfc03890b7974184a4bdfe6839ffb2c883b62fad49eefd3cc13d40946248b17a381924412d764b9ba55dc2f2b0d2620398b73f96f2888644fbdc115f1
7
- data.tar.gz: 73712ec4cf1c5857526da925236e0a00d88036500571f159fa35c1b2d07010bdc4da42c4683f5ef58033fbadd6ddfdcd6ea62295dc6769fff5b47f1f34800848
6
+ metadata.gz: 8a7f84e89c013f9c2c2539538b1a102da492b969cbc8018046377590d5a8eb9c2f5ab6fe2f464f7ddb568080db3d72e32ea94090890fd3dc1a1c676a6d5aa1a3
7
+ data.tar.gz: 0753e4629a9d585b5749aca29f9f53de626e5498a94bfc85103e999baec401a3dd6ec4fa84a14bb6b5f92348ed9b9b51dc42f30e771201510dff4f07b5bfef8c
@@ -13,8 +13,8 @@ module Spider
13
13
  (1..fp).each do |page_num|
14
14
  full_page page_num
15
15
  end
16
- rescue Exception
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
- model_name.create(title: @ani[:title], torrent: @ani[:torrent])
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
- unless @ani[:title][/外挂/]
55
- @ani = nil
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
@@ -1,3 +1,3 @@
1
1
  module SpiderRails
2
- VERSION = "2.0.0"
2
+ VERSION = "3.0.0"
3
3
  end
@@ -19,3 +19,6 @@ Migrating to CreateAnis (20130714091905)
19
19
   (25.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
20
20
   (0.3ms) SELECT version FROM "schema_migrations"
21
21
   (10.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130714091905')
22
+ Ani Load (0.1ms) SELECT "anis".* FROM "anis"
23
+ Ani Load (0.4ms) SELECT "anis".* FROM "anis"
24
+ Ani Load (0.5ms) SELECT "anis".* FROM "anis"
@@ -250,3 +250,904 @@ JiYingTest: test_torrent_url_should_has_full_text_when_single_finish
250
250
  SQL (2.8ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
   (0.2ms) RELEASE SAVEPOINT active_record_1
252
252
   (0.3ms) rollback transaction
253
+  (0.5ms) begin transaction
254
+ ---------------------------
255
+ JiYingTest: test_final_page
256
+ ---------------------------
257
+  (0.2ms) rollback transaction
258
+  (0.1ms) begin transaction
259
+ --------------------------
260
+ JiYingTest: test_full_page
261
+ --------------------------
262
+  (0.1ms) rollback transaction
263
+  (0.1ms) begin transaction
264
+ --------------------------
265
+ JiYingTest: test_full_site
266
+ --------------------------
267
+  (0.2ms) rollback transaction
268
+  (0.1ms) begin transaction
269
+ --------------------
270
+ JiYingTest: test_get
271
+ --------------------
272
+  (0.2ms) rollback transaction
273
+  (0.1ms) begin transaction
274
+ ---------------------
275
+ JiYingTest: test_save
276
+ ---------------------
277
+  (0.1ms) SELECT COUNT(*) FROM "anis"
278
+  (0.1ms) SAVEPOINT active_record_1
279
+ SQL (2.7ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
281
+  (0.1ms) SELECT COUNT(*) FROM "anis"
282
+  (0.2ms) rollback transaction
283
+  (0.1ms) begin transaction
284
+ ----------------------------------------------------------
285
+ JiYingTest: test_single_filter_animation_name_include_"外挂"
286
+ ----------------------------------------------------------
287
+  (0.2ms) rollback transaction
288
+  (0.1ms) begin transaction
289
+ --------------------------------------------------------------------
290
+ JiYingTest: test_torrent_url_should_has_full_text_when_single_finish
291
+ --------------------------------------------------------------------
292
+  (0.1ms) SAVEPOINT active_record_1
293
+ SQL (0.3ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
295
+  (0.2ms) rollback transaction
296
+  (0.1ms) begin transaction
297
+ ---------------------------
298
+ SpiderRailsTest: test_truth
299
+ ---------------------------
300
+  (0.1ms) rollback transaction
301
+  (0.5ms) begin transaction
302
+ --------------------------
303
+ JiYingTest: test_full_site
304
+ --------------------------
305
+  (1.3ms) rollback transaction
306
+  (0.5ms) begin transaction
307
+ --------------------------
308
+ JiYingTest: test_full_site
309
+ --------------------------
310
+  (0.9ms) rollback transaction
311
+  (0.5ms) begin transaction
312
+ --------------------------
313
+ JiYingTest: test_full_site
314
+ --------------------------
315
+  (0.4ms) begin transaction
316
+ --------------------------
317
+ JiYingTest: test_full_site
318
+ --------------------------
319
+  (0.2ms) SELECT COUNT(*) FROM "anis"
320
+  (0.2ms) SAVEPOINT active_record_1
321
+ SQL (3.1ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
323
+  (0.3ms) rollback transaction
324
+  (0.5ms) begin transaction
325
+ --------------------------
326
+ JiYingTest: test_full_site
327
+ --------------------------
328
+  (0.3ms) SELECT COUNT(*) FROM "anis"
329
+  (0.2ms) SAVEPOINT active_record_1
330
+ SQL (3.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
332
+  (0.9ms) rollback transaction
333
+  (0.5ms) begin transaction
334
+ --------------------------
335
+ JiYingTest: test_full_site
336
+ --------------------------
337
+  (0.2ms) SELECT COUNT(*) FROM "anis"
338
+  (0.2ms) SAVEPOINT active_record_1
339
+ SQL (3.9ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
341
+  (1.0ms) rollback transaction
342
+  (0.5ms) begin transaction
343
+ --------------------------
344
+ JiYingTest: test_full_site
345
+ --------------------------
346
+  (0.2ms) SELECT COUNT(*) FROM "anis"
347
+  (0.2ms) SAVEPOINT active_record_1
348
+ SQL (2.9ms) 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
+  (0.5ms) begin transaction
350
+ --------------------------
351
+ JiYingTest: test_full_site
352
+ --------------------------
353
+  (0.4ms) SELECT COUNT(*) FROM "anis"
354
+  (0.2ms) SAVEPOINT active_record_1
355
+ SQL (2.8ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
357
+  (0.3ms) rollback transaction
358
+  (0.5ms) begin transaction
359
+ --------------------------
360
+ JiYingTest: test_full_site
361
+ --------------------------
362
+  (0.3ms) SELECT COUNT(*) FROM "anis"
363
+  (0.2ms) SAVEPOINT active_record_1
364
+ SQL (2.9ms) 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
+  (0.4ms) RELEASE SAVEPOINT active_record_1
366
+  (0.4ms) rollback transaction
367
+  (0.5ms) begin transaction
368
+ --------------------------
369
+ JiYingTest: test_full_site
370
+ --------------------------
371
+  (0.5ms) begin transaction
372
+ --------------------------
373
+ JiYingTest: test_full_site
374
+ --------------------------
375
+  (0.2ms) SELECT COUNT(*) FROM "anis"
376
+  (0.4ms) begin transaction
377
+ --------------------------
378
+ JiYingTest: test_full_site
379
+ --------------------------
380
+  (0.2ms) SELECT COUNT(*) FROM "anis"
381
+  (0.2ms) SAVEPOINT active_record_1
382
+ SQL (2.8ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
384
+  (0.3ms) rollback transaction
385
+  (0.5ms) begin transaction
386
+ --------------------------
387
+ JiYingTest: test_full_site
388
+ --------------------------
389
+  (0.2ms) SELECT COUNT(*) FROM "anis"
390
+  (0.5ms) begin transaction
391
+ --------------------------
392
+ JiYingTest: test_full_site
393
+ --------------------------
394
+  (0.2ms) SELECT COUNT(*) FROM "anis"
395
+  (0.4ms) rollback transaction
396
+  (0.4ms) begin transaction
397
+ --------------------------
398
+ JiYingTest: test_full_site
399
+ --------------------------
400
+  (0.5ms) begin transaction
401
+ --------------------------
402
+ JiYingTest: test_full_site
403
+ --------------------------
404
+  (0.2ms) SELECT COUNT(*) FROM "anis"
405
+  (0.4ms) begin transaction
406
+ --------------------------
407
+ JiYingTest: test_full_site
408
+ --------------------------
409
+  (0.2ms) SELECT COUNT(*) FROM "anis"
410
+  (0.2ms) SAVEPOINT active_record_1
411
+ SQL (2.9ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
413
+  (0.2ms) SAVEPOINT active_record_1
414
+ SQL (0.7ms) 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合集][1080P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1373331567/a6d9e7c6eee2da7f211716476aae71c3bdb15c06.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
415
+  (0.2ms) RELEASE SAVEPOINT active_record_1
416
+  (0.2ms) SAVEPOINT active_record_1
417
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
419
+  (0.2ms) SAVEPOINT active_record_1
420
+ SQL (0.6ms) 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][中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1373261612/9300e49421ac9d3b133382814ceb7d8f390c5bb9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
421
+  (0.2ms) RELEASE SAVEPOINT active_record_1
422
+  (0.2ms) SAVEPOINT active_record_1
423
+ SQL (0.6ms) 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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
425
+  (0.2ms) SAVEPOINT active_record_1
426
+ SQL (0.6ms) 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/1372984443/15714e2015ba609588990de0f5a89ae01b2237e0.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
427
+  (0.2ms) RELEASE SAVEPOINT active_record_1
428
+  (0.2ms) SAVEPOINT active_record_1
429
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
431
+  (0.3ms) SAVEPOINT active_record_1
432
+ SQL (1.0ms) 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/1372936615/699bfc6f9c6c7d63fa18ca18a7f0886986efa550.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
433
+  (0.3ms) RELEASE SAVEPOINT active_record_1
434
+  (0.2ms) SAVEPOINT active_record_1
435
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
437
+  (0.2ms) SAVEPOINT active_record_1
438
+ SQL (0.6ms) 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][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1372828025/8e8bb5ecae56972671165f2889607c9f0712af50.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
439
+  (0.2ms) RELEASE SAVEPOINT active_record_1
440
+  (0.2ms) SAVEPOINT active_record_1
441
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
443
+  (0.2ms) SAVEPOINT active_record_1
444
+ SQL (0.6ms) 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][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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
446
+  (0.2ms) SAVEPOINT active_record_1
447
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
449
+  (0.2ms) SAVEPOINT active_record_1
450
+ SQL (0.6ms) 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][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1372514134/e3877e6f53ac09d440be34c90f4677b65ff8c607.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
451
+  (0.2ms) RELEASE SAVEPOINT active_record_1
452
+  (0.2ms) SAVEPOINT active_record_1
453
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
455
+  (0.3ms) SAVEPOINT active_record_1
456
+ SQL (1.1ms) 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/1372312528/367db1aab1c1002d6a5c6701c3543e4989d423f6.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
457
+  (0.3ms) RELEASE SAVEPOINT active_record_1
458
+  (0.3ms) SAVEPOINT active_record_1
459
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
461
+  (0.2ms) SAVEPOINT active_record_1
462
+ SQL (1.2ms) 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][中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1372246228/f34fe3a2749a7fef825e8bb30acf985c9d209c3e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
463
+  (0.3ms) RELEASE SAVEPOINT active_record_1
464
+  (0.4ms) SAVEPOINT active_record_1
465
+ SQL (1.2ms) 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
+  (0.4ms) RELEASE SAVEPOINT active_record_1
467
+  (0.3ms) SAVEPOINT active_record_1
468
+ SQL (1.0ms) 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][MKV]"], ["torrent", "http://bt.ktxp.com/down/1371023030/12cadff151ec8ab3ecb09a76727c61b2afeb9813.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
469
+  (0.3ms) RELEASE SAVEPOINT active_record_1
470
+  (0.3ms) SAVEPOINT active_record_1
471
+ SQL (1.1ms) 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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
473
+  (0.3ms) SAVEPOINT active_record_1
474
+ SQL (0.9ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
476
+  (0.2ms) SAVEPOINT active_record_1
477
+ SQL (1.1ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
479
+  (0.2ms) SAVEPOINT active_record_1
480
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (5.1ms) RELEASE SAVEPOINT active_record_1
482
+  (0.2ms) SAVEPOINT active_record_1
483
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
485
+  (0.2ms) SAVEPOINT active_record_1
486
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
488
+  (0.1ms) SAVEPOINT active_record_1
489
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
491
+  (0.2ms) SAVEPOINT active_record_1
492
+ SQL (0.7ms) 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][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1368344645/71a308b17fe72e65736c12518b6dd59ae7d25ff7.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
493
+  (0.2ms) RELEASE SAVEPOINT active_record_1
494
+  (0.2ms) SAVEPOINT active_record_1
495
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
497
+  (0.2ms) SAVEPOINT active_record_1
498
+ SQL (0.6ms) 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合集+番外][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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
500
+  (0.2ms) SAVEPOINT active_record_1
501
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
503
+  (0.1ms) SAVEPOINT active_record_1
504
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
506
+  (0.2ms) SAVEPOINT active_record_1
507
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
509
+  (0.1ms) SAVEPOINT active_record_1
510
+ SQL (0.6ms) 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/1366987317/35cb49a6519101a65c8e3eaa80ca90b994cf5a19.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
511
+  (0.2ms) RELEASE SAVEPOINT active_record_1
512
+  (0.2ms) SAVEPOINT active_record_1
513
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
515
+  (0.2ms) SAVEPOINT active_record_1
516
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
518
+  (0.2ms) SAVEPOINT active_record_1
519
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
521
+  (0.2ms) SAVEPOINT active_record_1
522
+ SQL (0.6ms) 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/1366426435/22573d65ecf00c2bc046d7fab774cd116047a9f2.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
523
+  (0.2ms) RELEASE SAVEPOINT active_record_1
524
+  (0.2ms) SAVEPOINT active_record_1
525
+ SQL (0.7ms) 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
+  (5.1ms) RELEASE SAVEPOINT active_record_1
527
+  (0.3ms) SAVEPOINT active_record_1
528
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
530
+  (0.2ms) SAVEPOINT active_record_1
531
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
533
+  (0.3ms) SAVEPOINT active_record_1
534
+ SQL (0.6ms) 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][中日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1365933178/c823afb6e00c0e4b37c21308a0ef0148ac88f35b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
535
+  (0.2ms) RELEASE SAVEPOINT active_record_1
536
+  (0.2ms) SAVEPOINT active_record_1
537
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
539
+  (0.2ms) SAVEPOINT active_record_1
540
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
542
+  (0.2ms) SAVEPOINT active_record_1
543
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
545
+  (0.2ms) SAVEPOINT active_record_1
546
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
548
+  (0.1ms) SAVEPOINT active_record_1
549
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
551
+  (0.2ms) SAVEPOINT active_record_1
552
+ SQL (0.6ms) 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][中日雙語字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1365435958/b25eeff9567930fb45556722b17777b6b4d9af1d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
553
+  (0.2ms) RELEASE SAVEPOINT active_record_1
554
+  (0.2ms) SAVEPOINT active_record_1
555
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
557
+  (0.2ms) SAVEPOINT active_record_1
558
+ SQL (0.5ms) 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/1365253839/65da85200a97bb3e89ec8afe9d6fcd1b43566a3e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
559
+  (0.2ms) RELEASE SAVEPOINT active_record_1
560
+  (0.1ms) SAVEPOINT active_record_1
561
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
563
+  (0.2ms) SAVEPOINT active_record_1
564
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
566
+  (0.1ms) SAVEPOINT active_record_1
567
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
569
+  (0.2ms) SAVEPOINT active_record_1
570
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
572
+  (5.5ms) SAVEPOINT active_record_1
573
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
575
+  (0.2ms) SAVEPOINT active_record_1
576
+ SQL (0.6ms) 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][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364966938/1b9c697212c1def15d8aa1fd4263425911346ab4.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
577
+  (0.2ms) RELEASE SAVEPOINT active_record_1
578
+  (0.2ms) SAVEPOINT active_record_1
579
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
581
+  (0.1ms) SAVEPOINT active_record_1
582
+ SQL (0.6ms) 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][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364884580/6578570b69805732dc78196b876a11cb958c584d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
583
+  (0.2ms) RELEASE SAVEPOINT active_record_1
584
+  (0.2ms) SAVEPOINT active_record_1
585
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
587
+  (0.2ms) SAVEPOINT active_record_1
588
+ SQL (0.6ms) 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][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364810825/4daab708d9fe3a189f07e596ec096d1d1c4a654f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
589
+  (0.2ms) RELEASE SAVEPOINT active_record_1
590
+  (0.2ms) SAVEPOINT active_record_1
591
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
593
+  (0.1ms) SAVEPOINT active_record_1
594
+ SQL (0.6ms) 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][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364720537/f0bc4278a67bae17c1c60d31a15a4660618d3d87.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
595
+  (0.2ms) RELEASE SAVEPOINT active_record_1
596
+  (0.2ms) SAVEPOINT active_record_1
597
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
599
+  (0.2ms) SAVEPOINT active_record_1
600
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
602
+  (0.1ms) SAVEPOINT active_record_1
603
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
605
+  (0.2ms) SAVEPOINT active_record_1
606
+ SQL (0.6ms) 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-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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
608
+  (0.1ms) SAVEPOINT active_record_1
609
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
611
+  (0.2ms) SAVEPOINT active_record_1
612
+ SQL (0.6ms) 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][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364216578/29db8e9d839727e886b8d52ddf9b19183ca79bee.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
613
+  (0.2ms) RELEASE SAVEPOINT active_record_1
614
+  (0.1ms) SAVEPOINT active_record_1
615
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
617
+  (0.1ms) SAVEPOINT active_record_1
618
+ SQL (5.8ms) 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][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1364192678/8ac981656d5d59e0810767894b45850e2a8e8c6b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
619
+  (0.2ms) RELEASE SAVEPOINT active_record_1
620
+  (0.2ms) SAVEPOINT active_record_1
621
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
623
+  (0.2ms) SAVEPOINT active_record_1
624
+ SQL (0.6ms) 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-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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
626
+  (0.2ms) SAVEPOINT active_record_1
627
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
629
+  (0.1ms) SAVEPOINT active_record_1
630
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
632
+  (0.1ms) SAVEPOINT active_record_1
633
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
635
+  (0.1ms) SAVEPOINT active_record_1
636
+ SQL (0.6ms) 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][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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
638
+  (0.2ms) SAVEPOINT active_record_1
639
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
641
+  (0.1ms) SAVEPOINT active_record_1
642
+ SQL (0.7ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
644
+  (0.2ms) SAVEPOINT active_record_1
645
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
647
+  (0.1ms) SAVEPOINT active_record_1
648
+ SQL (0.6ms) 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-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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
650
+  (0.2ms) SAVEPOINT active_record_1
651
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
653
+  (0.2ms) SAVEPOINT active_record_1
654
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
656
+  (0.2ms) SAVEPOINT active_record_1
657
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
659
+  (0.1ms) SAVEPOINT active_record_1
660
+ SQL (0.6ms) 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/1360754533/2d5811c8e3af2e3043b46eed47d4dde97854da90.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
661
+  (0.2ms) RELEASE SAVEPOINT active_record_1
662
+  (0.1ms) SAVEPOINT active_record_1
663
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
665
+  (0.2ms) SAVEPOINT active_record_1
666
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
668
+  (0.2ms) SAVEPOINT active_record_1
669
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
671
+  (0.2ms) SAVEPOINT active_record_1
672
+ SQL (0.6ms) 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-MP4][高压]"], ["torrent", "http://bt.ktxp.com/down/1360249101/986aa024c57fbbd592a1f43ae44fc1499c371e5e.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
673
+  (0.2ms) RELEASE SAVEPOINT active_record_1
674
+  (0.1ms) SAVEPOINT active_record_1
675
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
677
+  (0.2ms) SAVEPOINT active_record_1
678
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
680
+  (0.1ms) SAVEPOINT active_record_1
681
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
683
+  (0.2ms) SAVEPOINT active_record_1
684
+ SQL (0.6ms) 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][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1358348783/603d8fe2c55ecfd958b14fe73daf23f31d46b345.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
685
+  (0.2ms) RELEASE SAVEPOINT active_record_1
686
+  (0.2ms) SAVEPOINT active_record_1
687
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
689
+  (0.9ms) SAVEPOINT active_record_1
690
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
692
+  (0.2ms) SAVEPOINT active_record_1
693
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
695
+  (0.2ms) SAVEPOINT active_record_1
696
+ SQL (0.6ms) 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/1357908247/041e4566ca33dc257944621bc3a1c2d5e46315ed.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:25 UTC +00:00]]
697
+  (0.2ms) RELEASE SAVEPOINT active_record_1
698
+  (0.1ms) SAVEPOINT active_record_1
699
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
701
+  (0.1ms) SAVEPOINT active_record_1
702
+ SQL (0.7ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
704
+  (0.2ms) SAVEPOINT active_record_1
705
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
707
+  (0.2ms) SAVEPOINT active_record_1
708
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
710
+  (0.2ms) SAVEPOINT active_record_1
711
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
713
+  (0.2ms) SAVEPOINT active_record_1
714
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
716
+  (0.2ms) SAVEPOINT active_record_1
717
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
719
+  (0.2ms) SAVEPOINT active_record_1
720
+ SQL (0.6ms) 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/1356777501/34a2e926bf73bba8da03a9856388703419477786.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
721
+  (0.2ms) RELEASE SAVEPOINT active_record_1
722
+  (0.2ms) SAVEPOINT active_record_1
723
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
725
+  (0.2ms) SAVEPOINT active_record_1
726
+ SQL (0.9ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.4ms) RELEASE SAVEPOINT active_record_1
728
+  (0.3ms) SAVEPOINT active_record_1
729
+ SQL (0.6ms) 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
+  (2.5ms) RELEASE SAVEPOINT active_record_1
731
+  (0.2ms) SAVEPOINT active_record_1
732
+ SQL (0.7ms) 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合集][1080P][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1356423968/c5b877581ad331328153ac599fcb933e4dd94a53.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
733
+  (0.2ms) RELEASE SAVEPOINT active_record_1
734
+  (0.2ms) SAVEPOINT active_record_1
735
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
737
+  (0.2ms) SAVEPOINT active_record_1
738
+ SQL (0.6ms) 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][簡繁日文字幕][MKV]"], ["torrent", "http://bt.ktxp.com/down/1356307869/e4b6451b530accb8672da6cdaf1038bdc06509fc.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
739
+  (0.2ms) RELEASE SAVEPOINT active_record_1
740
+  (0.1ms) SAVEPOINT active_record_1
741
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
743
+  (0.2ms) SAVEPOINT active_record_1
744
+ SQL (0.5ms) 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合集(付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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
746
+  (0.2ms) SAVEPOINT active_record_1
747
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
749
+  (0.2ms) SAVEPOINT active_record_1
750
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
752
+  (0.1ms) SAVEPOINT active_record_1
753
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
755
+  (0.1ms) SAVEPOINT active_record_1
756
+ SQL (0.6ms) 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/1349701501/8a6ab1b58b81eb2da5a47c846f5683e9560ff51b.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
757
+  (0.2ms) RELEASE SAVEPOINT active_record_1
758
+  (0.2ms) SAVEPOINT active_record_1
759
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
761
+  (0.2ms) SAVEPOINT active_record_1
762
+ SQL (0.5ms) 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][中日双语字幕][MP4]"], ["torrent", "http://bt.ktxp.com/down/1349576980/141ad2ee6d6d07f5af480a12cf7ffa777a99cd2f.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:28 UTC +00:00]]
763
+  (0.2ms) RELEASE SAVEPOINT active_record_1
764
+  (0.1ms) SAVEPOINT active_record_1
765
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
767
+  (0.1ms) SAVEPOINT active_record_1
768
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
770
+  (0.1ms) SAVEPOINT active_record_1
771
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
773
+  (0.2ms) SAVEPOINT active_record_1
774
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (5.4ms) RELEASE SAVEPOINT active_record_1
776
+  (0.2ms) SAVEPOINT active_record_1
777
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
779
+  (0.2ms) SAVEPOINT active_record_1
780
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
782
+  (0.2ms) SAVEPOINT active_record_1
783
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
785
+  (0.1ms) SAVEPOINT active_record_1
786
+ SQL (0.5ms) 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合集][中日文字幕][MP4][720P]"], ["torrent", "http://bt.ktxp.com/down/1348405371/36cfc51190316dcf4c70a869a838f42de30f7d8d.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
787
+  (0.2ms) RELEASE SAVEPOINT active_record_1
788
+  (0.1ms) SAVEPOINT active_record_1
789
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
791
+  (0.1ms) SAVEPOINT active_record_1
792
+ SQL (0.6ms) 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完结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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
794
+  (0.2ms) SAVEPOINT active_record_1
795
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
797
+  (0.2ms) SAVEPOINT active_record_1
798
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
800
+  (0.2ms) SAVEPOINT active_record_1
801
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
803
+  (0.2ms) SAVEPOINT active_record_1
804
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
806
+  (0.1ms) SAVEPOINT active_record_1
807
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
809
+  (0.1ms) SAVEPOINT active_record_1
810
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
812
+  (0.2ms) SAVEPOINT active_record_1
813
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
815
+  (0.1ms) SAVEPOINT active_record_1
816
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
818
+  (0.2ms) SAVEPOINT active_record_1
819
+ SQL (0.6ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
821
+  (5.6ms) SAVEPOINT active_record_1
822
+ SQL (0.7ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
824
+  (0.2ms) SAVEPOINT active_record_1
825
+ SQL (0.6ms) 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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
827
+  (0.2ms) SAVEPOINT active_record_1
828
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
830
+  (0.2ms) SAVEPOINT active_record_1
831
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
833
+  (0.1ms) SAVEPOINT active_record_1
834
+ SQL (0.6ms) 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][BDRip][1080P][中日双语字幕]"], ["torrent", "http://bt.ktxp.com/down/1336199226/dbef0e9d3370cddc56db020b585af5c7d71aa1b9.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
835
+  (0.2ms) RELEASE SAVEPOINT active_record_1
836
+  (0.2ms) SAVEPOINT active_record_1
837
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
839
+  (0.2ms) SAVEPOINT active_record_1
840
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
842
+  (0.2ms) SAVEPOINT active_record_1
843
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
845
+  (0.1ms) SAVEPOINT active_record_1
846
+ SQL (0.6ms) 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-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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
848
+  (0.2ms) SAVEPOINT active_record_1
849
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
851
+  (0.2ms) SAVEPOINT active_record_1
852
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
854
+  (0.1ms) SAVEPOINT active_record_1
855
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
857
+  (0.2ms) SAVEPOINT active_record_1
858
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
860
+  (0.2ms) SAVEPOINT active_record_1
861
+ SQL (0.6ms) 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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
863
+  (0.3ms) SAVEPOINT active_record_1
864
+ SQL (0.7ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
866
+  (0.1ms) SAVEPOINT active_record_1
867
+ SQL (0.7ms) 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
+  (5.5ms) RELEASE SAVEPOINT active_record_1
869
+  (0.2ms) SAVEPOINT active_record_1
870
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
872
+  (0.2ms) SAVEPOINT active_record_1
873
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
875
+  (0.2ms) SAVEPOINT active_record_1
876
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
878
+  (0.2ms) SAVEPOINT active_record_1
879
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
881
+  (0.1ms) SAVEPOINT active_record_1
882
+ SQL (0.6ms) 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] 修正10、11集"], ["torrent", "http://bt.ktxp.com/down/1326681059/3518cfa2a54706b9e3fb0ab6b64a3a66e96abf0a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
883
+  (0.2ms) RELEASE SAVEPOINT active_record_1
884
+  (0.2ms) SAVEPOINT active_record_1
885
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
887
+  (0.1ms) SAVEPOINT active_record_1
888
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
890
+  (0.2ms) SAVEPOINT active_record_1
891
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
893
+  (0.2ms) SAVEPOINT active_record_1
894
+ SQL (0.5ms) 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完][1280x720][中日双字幕][附115网盘]"], ["torrent", "http://bt.ktxp.com/down/1325339216/85a5199673205cac8531060eecc09289b30f6b9a.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:29 UTC +00:00]]
895
+  (0.2ms) RELEASE SAVEPOINT active_record_1
896
+  (0.1ms) SAVEPOINT active_record_1
897
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
899
+  (0.2ms) SAVEPOINT active_record_1
900
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
902
+  (0.1ms) SAVEPOINT active_record_1
903
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
905
+  (0.1ms) SAVEPOINT active_record_1
906
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
908
+  (0.2ms) SAVEPOINT active_record_1
909
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
911
+  (0.3ms) SAVEPOINT active_record_1
912
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (5.7ms) RELEASE SAVEPOINT active_record_1
914
+  (0.2ms) SAVEPOINT active_record_1
915
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
917
+  (0.3ms) SAVEPOINT active_record_1
918
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
920
+  (0.1ms) SAVEPOINT active_record_1
921
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
923
+  (0.1ms) SAVEPOINT active_record_1
924
+ SQL (0.7ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
926
+  (0.2ms) SAVEPOINT active_record_1
927
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
929
+  (0.2ms) SAVEPOINT active_record_1
930
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
932
+  (0.1ms) SAVEPOINT active_record_1
933
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
935
+  (0.1ms) SAVEPOINT active_record_1
936
+ SQL (0.6ms) 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全][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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
938
+  (0.3ms) SAVEPOINT active_record_1
939
+ SQL (1.1ms) 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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
941
+  (0.4ms) SAVEPOINT active_record_1
942
+ SQL (1.1ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
944
+  (0.3ms) SAVEPOINT active_record_1
945
+ SQL (1.0ms) 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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
947
+  (0.3ms) SAVEPOINT active_record_1
948
+ SQL (1.0ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
950
+  (0.3ms) SAVEPOINT active_record_1
951
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
953
+  (0.1ms) SAVEPOINT active_record_1
954
+ SQL (0.5ms) 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全][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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
956
+  (0.2ms) SAVEPOINT active_record_1
957
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
959
+  (5.7ms) SAVEPOINT active_record_1
960
+ SQL (0.6ms) 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][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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
962
+  (0.2ms) SAVEPOINT active_record_1
963
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
965
+  (0.1ms) SAVEPOINT active_record_1
966
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
968
+  (0.1ms) SAVEPOINT active_record_1
969
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
971
+  (0.2ms) SAVEPOINT active_record_1
972
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
974
+  (0.2ms) SAVEPOINT active_record_1
975
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
977
+  (0.1ms) SAVEPOINT active_record_1
978
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
980
+  (0.2ms) SAVEPOINT active_record_1
981
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
983
+  (0.1ms) SAVEPOINT active_record_1
984
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
986
+  (0.1ms) SAVEPOINT active_record_1
987
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
989
+  (0.2ms) SAVEPOINT active_record_1
990
+ SQL (0.6ms) 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外传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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
992
+  (0.2ms) SAVEPOINT active_record_1
993
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
995
+  (0.2ms) SAVEPOINT active_record_1
996
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
998
+  (0.2ms) SAVEPOINT active_record_1
999
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1001
+  (0.2ms) SAVEPOINT active_record_1
1002
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1004
+  (0.2ms) SAVEPOINT active_record_1
1005
+ SQL (0.6ms) 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
+  (5.8ms) RELEASE SAVEPOINT active_record_1
1007
+  (0.2ms) SAVEPOINT active_record_1
1008
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1010
+  (0.2ms) SAVEPOINT active_record_1
1011
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1013
+  (0.2ms) SAVEPOINT active_record_1
1014
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1016
+  (0.2ms) SAVEPOINT active_record_1
1017
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1019
+  (0.1ms) SAVEPOINT active_record_1
1020
+ SQL (30.2ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (4.4ms) RELEASE SAVEPOINT active_record_1
1022
+  (0.2ms) SAVEPOINT active_record_1
1023
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1025
+  (0.2ms) SAVEPOINT active_record_1
1026
+ SQL (0.7ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1028
+  (0.2ms) SAVEPOINT active_record_1
1029
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1031
+  (0.1ms) SAVEPOINT active_record_1
1032
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1034
+  (0.2ms) SAVEPOINT active_record_1
1035
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1037
+  (0.2ms) SAVEPOINT active_record_1
1038
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
1040
+  (0.2ms) SAVEPOINT active_record_1
1041
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1043
+  (0.1ms) SAVEPOINT active_record_1
1044
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1046
+  (0.1ms) SAVEPOINT active_record_1
1047
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1049
+  (0.1ms) SAVEPOINT active_record_1
1050
+ SQL (0.5ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1052
+  (0.2ms) SAVEPOINT active_record_1
1053
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1055
+  (0.2ms) SAVEPOINT active_record_1
1056
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1058
+  (0.2ms) SAVEPOINT active_record_1
1059
+ SQL (0.5ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1061
+  (0.1ms) SAVEPOINT active_record_1
1062
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1064
+  (0.2ms) SAVEPOINT active_record_1
1065
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1067
+  (0.2ms) SAVEPOINT active_record_1
1068
+ SQL (0.6ms) 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-6话[Rv10]"], ["torrent", "http://bt.ktxp.com/down/1223442829/7121a98fd8eb6e778fab2ef5c8a8b91c38ef3ea1.torrent"], ["updated_at", Mon, 15 Jul 2013 00:01:31 UTC +00:00]]
1069
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1070
+  (0.2ms) SAVEPOINT active_record_1
1071
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1073
+  (0.2ms) SAVEPOINT active_record_1
1074
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1076
+  (0.2ms) SAVEPOINT active_record_1
1077
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1079
+  (0.2ms) SELECT COUNT(*) FROM "anis"
1080
+  (1.1ms) rollback transaction
1081
+  (0.4ms) begin transaction
1082
+ --------------------------
1083
+ JiYingTest: test_full_site
1084
+ --------------------------
1085
+  (0.2ms) SELECT COUNT(*) FROM "anis"
1086
+  (0.2ms) SAVEPOINT active_record_1
1087
+ SQL (3.6ms) 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
+  (0.3ms) RELEASE SAVEPOINT active_record_1
1089
+  (0.3ms) rollback transaction
1090
+  (0.5ms) begin transaction
1091
+ --------------------------
1092
+ JiYingTest: test_full_site
1093
+ --------------------------
1094
+  (0.2ms) SELECT COUNT(*) FROM "anis"
1095
+  (0.2ms) SAVEPOINT active_record_1
1096
+ SQL (3.0ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1098
+  (1.1ms) rollback transaction
1099
+  (0.5ms) begin transaction
1100
+ --------------------------
1101
+ JiYingTest: test_full_site
1102
+ --------------------------
1103
+  (0.2ms) SELECT COUNT(*) FROM "anis"
1104
+  (0.2ms) SAVEPOINT active_record_1
1105
+ SQL (3.1ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1107
+  (0.2ms) SAVEPOINT active_record_1
1108
+ SQL (0.7ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1110
+  (0.2ms) SAVEPOINT active_record_1
1111
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1113
+  (0.2ms) SAVEPOINT active_record_1
1114
+ SQL (0.7ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1116
+  (0.2ms) SAVEPOINT active_record_1
1117
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1119
+  (0.2ms) SAVEPOINT active_record_1
1120
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1122
+  (0.2ms) SAVEPOINT active_record_1
1123
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1125
+  (0.2ms) SAVEPOINT active_record_1
1126
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1128
+  (0.4ms) SAVEPOINT active_record_1
1129
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1131
+  (0.2ms) SAVEPOINT active_record_1
1132
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1134
+  (0.2ms) SAVEPOINT active_record_1
1135
+ SQL (0.6ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1137
+  (0.2ms) SAVEPOINT active_record_1
1138
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1140
+  (0.2ms) SAVEPOINT active_record_1
1141
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1143
+  (0.2ms) SAVEPOINT active_record_1
1144
+ SQL (0.6ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1146
+  (0.2ms) SAVEPOINT active_record_1
1147
+ SQL (1.0ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1149
+  (0.8ms) SAVEPOINT active_record_1
1150
+ SQL (1.3ms) INSERT INTO "anis" ("created_at", "title", "torrent", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.8ms) RELEASE SAVEPOINT active_record_1
1152
+  (0.3ms) SELECT COUNT(*) FROM "anis"
1153
+  (0.5ms) rollback transaction