5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go31,348 stars (31,348 stars)3,300 forks (3,300 forks)batch import
help wantediqiyi
Description
`D:\go_workspace>annie http://www.iqiyi.com/v_19rrevu0bc.html
2018/05/25 09:43:35 Can't play this video`
Contributor guide
- Tech stack
- go
- Domain
- cli
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Go programmingHTTP client usageVideo site scraping
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- The issue is about failing to download a video from iqiyi.com. The error 'Can't play this video' indicates that the tool's site specific extractor for iqiyi may need updating. The contributor should examine the existing extractor for iqiyi in the source code (likely under `extractors/iqiyi.go` or similar) and compare the network requests with the current site behavior. The codebase uses Go's standard HTTP client. The fix may involve updating URL patterns or headers to match iqiyi's current API.