Remove VReddit downloader module

This commit is contained in:
Serene-Arc
2021-05-02 20:02:34 +10:00
committed by Serene
parent ab96a3ba97
commit c9cde54a72
5 changed files with 2 additions and 49 deletions

View File

@@ -25,6 +25,7 @@ def test_can_handle_link(test_url: str, expected: bool):
('https://streamable.com/dt46y', '1e7f4928e55de6e3ca23d85cc9246bbb'),
('https://streamable.com/t8sem', '49b2d1220c485455548f1edbc05d4ecf'),
('https://www.reddit.com/r/specializedtools/comments/n2nw5m/bamboo_splitter/', '21968d3d92161ea5e0abdcaf6311b06c'),
('https://v.redd.it/9z1dnk3xr5k61', '351a2b57e888df5ccbc508056511f38d'),
))
def test_find_resources(test_url: str, expected_hash: str):
test_submission = MagicMock()