retry failed commit

This commit is contained in:
simon 2022-01-08 23:57:51 +07:00
parent 709c7b88f5
commit 9ad8177b7a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
7 changed files with 6 additions and 7 deletions

View File

@ -25,19 +25,19 @@
* Keep track of viewed and unviewed videos
## Screenshots
![home screenshot](assets/tube-archivist-screenshot-home.png?raw=true "Tube Archivist Home")
![home screenshot](assets/tube-archivist-screenshot-home-v0.1.0.png?raw=true "Tube Archivist Home")
*Home Page*
![channels screenshot](assets/tube-archivist-screenshot-channels.png?raw=true "Tube Archivist Channels")
![channels screenshot](assets/tube-archivist-screenshot-channels-v0.1.0.png?raw=true "Tube Archivist Channels")
*All Channels*
![single channel screenshot](assets/tube-archivist-screenshot-single-channel.png?raw=true "Tube Archivist Single Channel")
![single channel screenshot](assets/tube-archivist-screenshot-single-channel-v0.1.0.png?raw=true "Tube Archivist Single Channel")
*Single Channel*
![video page screenshot](assets/tube-archivist-screenshot-video.png?raw=true "Tube Archivist Video Page")
![video page screenshot](assets/tube-archivist-screenshot-video-v0.1.0.png?raw=true "Tube Archivist Video Page")
*Video Page*
![video page screenshot](assets/tube-archivist-screenshot-download.png?raw=true "Tube Archivist Video Page")
![video page screenshot](assets/tube-archivist-screenshot-download-v0.1.0.png?raw=true "Tube Archivist Video Page")
*Downloads Page*
## Problem Tube Archivist tries to solve

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 238 KiB

View File

@ -358,8 +358,7 @@ class ChannelIdView(ArchivistResultsView):
else:
# fall back channel lookup if no videos found
es_path = f"ta_channel/_doc/{channel_id}"
channel_result = self.single_lookup(es_path)
channel_info = channel_result[0]["source"]
channel_info = self.single_lookup(es_path)
channel_name = channel_info["channel_name"]
self.context.update(