summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Rhett Aultman [Fri, 7 Jan 2022 20:35:26 +0000 (15:35 -0500)]
Merge branch 'lanec:master' into master
Rhett Aultman [Fri, 7 Jan 2022 18:27:20 +0000 (13:27 -0500)]
Fixed bug: repeated meeting ID crashed script
The script was not able to handle the case where the same meeting ID was
encountered more than once. This is because each meeting ID is a
directory in the downloads directory, and creating a directory that
already exists is an error in Python.
While I was at it, I also put in a check for existing files so that
restarting the downloader will not start over from the beginning again.
This makes it easier to restart, but could lead to a file being
partially downloaded and then skipped over subsequently, but it is a
better place to be than restarting a download of hundreds of videos from
scratch.
Lane Campbell [Tue, 10 Aug 2021 07:58:34 +0000 (03:58 -0400)]
Merge pull request #5 from swongvsa/master
Update requirements.txt
swongvsa [Tue, 10 Aug 2021 04:41:48 +0000 (12:41 +0800)]
Update requirements.txt
Updated requests and urllib3 version requirements.
Lane Campbell [Thu, 22 Jul 2021 23:00:20 +0000 (19:00 -0400)]
Merge pull request #2 from lanec/dependabot/pip/pygments-2.7.4
Bump pygments from 2.6.1 to 2.7.4
Lane Campbell [Thu, 22 Jul 2021 23:00:09 +0000 (19:00 -0400)]
Merge pull request #4 from lanec/dependabot/pip/urllib3-1.26.5
Bump urllib3 from 1.25.8 to 1.26.5
dependabot[bot] [Wed, 2 Jun 2021 01:15:10 +0000 (01:15 +0000)]
Bump urllib3 from 1.25.8 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.8...1.26.5)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 29 Mar 2021 22:24:34 +0000 (22:24 +0000)]
Bump pygments from 2.6.1 to 2.7.4
Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.6.1...2.7.4)
Signed-off-by: dependabot[bot] <support@github.com>
Rhett Aultman [Tue, 15 Dec 2020 18:17:54 +0000 (13:17 -0500)]
Fix no-status bug, add file organizaiton
This commit introuduces multiple fixes and improvements:
* The check for recording status complete could fail if there was no
status for a given recording, which the Zoom API apparently does. A
check for the non-existence of the 'status' key was added.
* The script downloaded all types as MP4 files, which is a mess if there
are CC, M4A, VTT, etc, to also download. File type detection was added.
* The script organizes all related recordings in subdirectories by
meeting ID.
Lane Campbell [Tue, 8 Sep 2020 02:52:11 +0000 (22:52 -0400)]
adding alt path to get USER ID
Lane Campbell [Mon, 23 Mar 2020 20:25:49 +0000 (16:25 -0400)]
Update README.md
Lane Campbell [Mon, 23 Mar 2020 20:24:57 +0000 (16:24 -0400)]
appending note to download path
Lane Campbell [Mon, 23 Mar 2020 20:23:00 +0000 (16:23 -0400)]
initial commit for readme
Lane Campbell [Mon, 23 Mar 2020 20:20:05 +0000 (16:20 -0400)]
initial commit
Tested as working. Moderately difficult to use without knowledge of Python.
Lane Campbell [Mon, 23 Mar 2020 20:18:24 +0000 (16:18 -0400)]
Initial commit