retry failed commit
10
README.md
@ -25,19 +25,19 @@
|
|||||||
* Keep track of viewed and unviewed videos
|
* Keep track of viewed and unviewed videos
|
||||||
|
|
||||||
## Screenshots
|
## 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*
|
*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*
|
*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*
|
*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*
|
||||||
|
|
||||||
![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*
|
*Downloads Page*
|
||||||
|
|
||||||
## Problem Tube Archivist tries to solve
|
## Problem Tube Archivist tries to solve
|
||||||
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 238 KiB |
@ -358,8 +358,7 @@ class ChannelIdView(ArchivistResultsView):
|
|||||||
else:
|
else:
|
||||||
# fall back channel lookup if no videos found
|
# fall back channel lookup if no videos found
|
||||||
es_path = f"ta_channel/_doc/{channel_id}"
|
es_path = f"ta_channel/_doc/{channel_id}"
|
||||||
channel_result = self.single_lookup(es_path)
|
channel_info = self.single_lookup(es_path)
|
||||||
channel_info = channel_result[0]["source"]
|
|
||||||
channel_name = channel_info["channel_name"]
|
channel_name = channel_info["channel_name"]
|
||||||
|
|
||||||
self.context.update(
|
self.context.update(
|
||||||
|