Example #1
0
 def test_magisto(self):
     magisto.download(
         'http://www.magisto.com/album/video/f3x9AAQORAkfDnIFDA',
         info_only=True
     )
Example #2
0
 def test_magisto(self):
     magisto.download(
         'http://www.magisto.com/album/video/f3x9AAQORAkfDnIFDA',
         info_only=True)
Example #3
0
def download_videos(url):
    magisto.download(url, info_only=True)