chore: update watchlist features and fixes
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Evidence: Task 1 - Timeout URL Test
|
||||
|
||||
## Scenario: Invalid video URL times out
|
||||
|
||||
**Tool**: Python3
|
||||
**Preconditions**: URL that times out (httpbin.org/delay/20)
|
||||
**Steps**:
|
||||
1. python3 -c "from app.downloaders.anime_sites.animesama import AnimeSamaDownloader; d = AnimeSamaDownloader(); result = d._test_video_url('https://httpbin.org/delay/20'); print(f'Result: {result}')"
|
||||
|
||||
**Expected Result**: Returns False (timeout)
|
||||
|
||||
**Actual Result**:
|
||||
Video URL validation FAILED: Timeout for https://httpbin.org/delay/20...
|
||||
Result for timeout URL: False
|
||||
|
||||
**Status**: PASS
|
||||
Reference in New Issue
Block a user