Git Product home page Git Product logo

fetcher's People

Contributors

lynmoe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

fetcher's Issues

希望增加本地自定义视频导入fetcher进行处理功能

如题,当前fetcher是通过爬取种子信息导入qb,通过qb下载完成来触发fetcher处理视频的动作,手动发进去本地视频并不会处理。希望开放手动添加视频并触发fetcher去处理视频,这样视频可选来源范围比较广。

fetcher下载重复

大佬,请问下这个下载有重复是怎么回事啊?同一个番号,同样大小,下载完一遍又一遍.......onejav的

關於info的stars標籤

建議如果stars的資訊為空,可以將其自動填寫為:
stars: [
素人
]
因為素人系列的都沒有stars標籤ww

无法获取番号信息

查看 fetcher 的日志,一直返回 “ invlid item + 番号”
另外, sync 目录里面从来没有生成过日志,好几天了。

无法获取 OneJAV 种子

服务器上放了半个星期了,fetcher 一直都是像下面的 409,啥也没下载到。

qbittorrent 按照说明用的钦定版本 4.2.1 ,在面板可以看到有 JAVClub 分类但是没有下载。服务器是东京 Vultr 的,端口 TCP3000,6881,8585 UDP6881 都放通了。

[2020-05-08T09:06:36.940] [DEBUG] Handle: Init - [Check torrent status] Starting job
[2020-05-08T09:06:36.945] [INFO] Module: Qbittorrent - Getting torrent list
[2020-05-08T09:06:36.945] [DEBUG] Module: Qbittorrent - GET /api/v2/torrents/info?limit=5&category=JAVClub&filter=paused&sort=completion_on&reverse=true
[2020-05-08T09:06:36.977] [DEBUG] Pull: Init - [Download queue] Starting job
[2020-05-08T09:06:36.978] [INFO] Module: Qbittorrent - Adding category JAVClub
[2020-05-08T09:06:36.978] [DEBUG] Module: Qbittorrent - POST /api/v2/torrents/createCategory
[2020-05-08T09:06:37.025] [DEBUG] Pull: Init - Remote list [
  {
    driver: 'OnejavNew',
    url: 'https://onejav.com/new/',
    interval: 300
  },
  {
    driver: 'OnejavPopular',
    url: 'https://onejav.com/popular/',
    interval: 300
  },
  {
    driver: 'OnejavRandom',
    url: 'https://onejav.com/random/',
    interval: 300
  }
]
[2020-05-08T09:06:37.195] [DEBUG] Module: Qbittorrent - Auth body: Ok.
[2020-05-08T09:06:37.195] [INFO] Module: Qbittorrent - Cookie: SID=INuJ5VFPUWJHLyO50VIY5+2OK8gczxfw
[2020-05-08T09:06:37.195] [DEBUG] Module: Qbittorrent - GET data:  {
  method: 'GET',
  headers: { Cookie: 'SID=INuJ5VFPUWJHLyO50VIY5+2OK8gczxfw' }
}
[2020-05-08T09:06:37.196] [DEBUG] Module: Qbittorrent - Auth body: Ok.
[2020-05-08T09:06:37.197] [INFO] Module: Qbittorrent - Cookie: SID=w5ZX5G7X4tReX7FYzCuqCQko/ddhG9zp
[2020-05-08T09:06:37.197] [DEBUG] Module: Qbittorrent - POST data:  {
  method: 'POST',
  body: URLSearchParams { 'category' => 'JAVClub', 'savePath' => 'JAVClub' },
  headers: { Cookie: 'SID=w5ZX5G7X4tReX7FYzCuqCQko/ddhG9zp' }
}
[2020-05-08T09:06:37.199] [DEBUG] Module: Qbittorrent - GET response body []
[2020-05-08T09:06:37.200] [INFO] Handle: Init - [Check torrent status] Job finished, setting timer
[2020-05-08T09:06:37.200] [DEBUG] Module: Qbittorrent - POST response body Response {
  size: 0,
  timeout: 0,
  [Symbol(Body internals)]: {
    body: PassThrough {
      _readableState: [ReadableState],
      readable: true,
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      _writableState: [WritableState],
      writable: false,
      allowHalfOpen: true,
      _transformState: [Object],
      [Symbol(kCapture)]: false
    },
    disturbed: false,
    error: null
  },
  [Symbol(Response internals)]: {
    url: 'http://qbittorrent:8585/api/v2/torrents/createCategory',
    status: 409,
    statusText: 'Conflict',
    headers: Headers { [Symbol(map)]: [Object: null prototype] },
    counter: 0
  }
}
[2020-05-08T09:06:37.201] [INFO] Pull: Init - [Download queue] Job finished, setting timer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.