chore: update watchlist features and fixes
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Evidence: Task 1 - Valid URL Test
|
||||
|
||||
## Scenario: Valid video URL returns 200 OK
|
||||
|
||||
**Tool**: Python3
|
||||
**Preconditions**: URL that returns HTTP 200
|
||||
**Steps**:
|
||||
1. python3 -c "from app.downloaders.anime_sites.animesama import AnimeSamaDownloader; d = AnimeSamaDownloader(); result = d._test_video_url('https://www.google.com/'); print(f'Result: {result}')"
|
||||
|
||||
**Expected Result**: Returns True
|
||||
|
||||
**Actual Result**:
|
||||
Result for google.com: True
|
||||
|
||||
**Status**: PASS
|
||||
Reference in New Issue
Block a user