mirror of
https://github.com/bellingcat/facebook-downloader.git
synced 2026-06-08 03:28:31 +03:00
7 lines
256 B
Python
7 lines
256 B
Python
from downloader import download_video
|
|
|
|
def test_download_video():
|
|
# I find this video very interesting, enjoy! ;)
|
|
url = 'https://www.facebook.com/VICE/videos/663211078474482'
|
|
download_video(url, output='test_video_making-a-weed-smoothie')
|