fedir opened issue fedir/shadowtube#11 2025-02-18 20:27:13 +01:00
Make the import of sentence_transformers optional.
fedir pushed to main at fedir/shadowtube 2025-02-18 20:21:15 +01:00
72fd5457e6 Merge pull request 'Added a license header to types.py.' (#10) from License_headers into main
6c6c09a158 Added a license header to types.py.
Compare 2 commits »
fedir merged pull request fedir/shadowtube#10 2025-02-18 20:21:14 +01:00
Added a license header to `types.py`.
fedir created pull request fedir/shadowtube#10 2025-02-18 20:21:00 +01:00
Added a license header to types.py.
fedir pushed to License_headers at fedir/shadowtube 2025-02-18 20:19:44 +01:00
6c6c09a158 Added a license header to types.py.
82f8a61d16 Merge pull request '#6: Implemented the video class.' (#7) from Video_class into main
f8e1012f3e Merge branch 'main' into Video_class
a3c5b350fc Added Video class to types.py.
0dc358d053 Merge pull request 'Added separate History class' (#5) from history-class into main
Compare 10 commits »
fedir opened issue fedir/shadowtube#9 2025-02-18 20:16:25 +01:00
Give Video ability to have a *quality* parameter.
fedir closed issue fedir/shadowtube#6 2025-02-18 20:04:30 +01:00
Make a Video type class.
fedir opened issue fedir/shadowtube#8 2025-02-18 19:55:27 +01:00
Implement YouTube history parsing.
fedir pushed to main at fedir/shadowtube 2025-02-18 19:39:14 +01:00
82f8a61d16 Merge pull request '#6: Implemented the video class.' (#7) from Video_class into main
f8e1012f3e Merge branch 'main' into Video_class
a3c5b350fc Added Video class to types.py.
0279f667b3 Added Video class to the diagram
0a5e98f417 Added a uml diagram.
Compare 5 commits »
fedir merged pull request fedir/shadowtube#7 2025-02-18 19:39:13 +01:00
#6: Implemented the video class.
fedir pushed to Video_class at fedir/shadowtube 2025-02-18 19:38:48 +01:00
f8e1012f3e Merge branch 'main' into Video_class
0dc358d053 Merge pull request 'Added separate History class' (#5) from history-class into main
7abf7a939f Adding history class
172b29e56a history-class
bdcaf3747b Merge pull request '#2: Added license headers.' (#3) from License_headers into main
Compare 6 commits »
fedir created pull request fedir/shadowtube#7 2025-02-18 19:38:35 +01:00
#6: Implemented the video class.
fedir created branch Video_class in fedir/shadowtube 2025-02-18 19:37:11 +01:00
fedir pushed to Video_class at fedir/shadowtube 2025-02-18 19:37:11 +01:00
a3c5b350fc Added Video class to types.py.
0279f667b3 Added Video class to the diagram
Compare 2 commits »
fedir opened issue fedir/shadowtube#6 2025-02-18 19:32:18 +01:00
Make a Video type class.
fedir commented on issue fedir/shadowtube#1 2025-02-18 19:24:23 +01:00
Separate history into a class.

Unfortunately this will not suffice for closing the issue.

  • Typing needs to be used to ensure that correct objects are passed to the functions. (e.g. if filename is of type str, the…
fedir reopened issue fedir/shadowtube#1 2025-02-18 19:24:23 +01:00
Separate history into a class.
fedir commented on issue fedir/shadowtube#1 2025-02-18 18:31:40 +01:00
Separate history into a class.

Slight redesign, with inclusion of a Video class (that will be implemented in a moment).

fedir created branch design in fedir/shadowtube 2025-02-18 18:03:53 +01:00
fedir pushed to design at fedir/shadowtube 2025-02-18 18:03:53 +01:00
0a5e98f417 Added a uml diagram.