vimeo-download
vimeo-download copied to clipboard
Had to update the `import urlparse` to `import urllib.parse` on line 13 along with: Line 56: ` video_base_url = urllib.parse.urljoin(base_url, video['base_url'])` Line 94:` audio_base_url = urllib.parse.urljoin(base_url, audio['base_url'])` Line 175: `...
Hello. `urlparse` was moved to `urllib.parse` in Python3. Cheers.
Also fixed a problem with `urljoin` which doesn't seem to work in Py3.
I was able to successfully download a single video, but how can I use this to download an entire course? The master.json URL should be fine an entire course, but...
url safe for base 64 decode change from (+,/) to (-,_)
Hi! Thank you for this great project. I noticed that some private set videos aren't downloading anymore, not sure why. What should I attach here to help debug it? The...
This solves the #18 issue.
I know that this program is for vimeo json version of "akamaized.net" but some pages use an xml version, example [Here !file will be downloaded!](https://tv2-play-cl1-vod-hls.akamaized.net/out/vod/v1/104cab98-327a-4df0-ae86-116f97744607/nat180219_smil/u/0/master.mpd) I was wondering if this...
I did have some problems in getting the dependencies to work, but I figured it out and wanted to pass along what I did. I was getting build errors for...
Hi, It seems I found two errors in how the script works with "--skip-download" key https://github.com/eMBee/vimeo-download/blob/908c83897f9a174d352f615f97f8a3dceb9d8b1b/vimeo-download.py#L150-L152 First. When downloading audio and video files are saved in a temporary folder, the...