{% extends "_base.html" %} {% block title %}Diff {{ run_id }} vs {{ other_run_id }} — yt-shorts-trends{% endblock %} {% block content %}
{{ error }}
{{ run_id }}{{ other_run_id }}| Archetype | Share A | Share B | Delta (B - A) |
|---|---|---|---|
| {{ row.archetype }} | {{ "%.3f"|format(row.share_a) }} | {{ "%.3f"|format(row.share_b) }} | {{ "%+.3f"|format(row.delta) }} |
No archetype data in either run.
{% endif %}| video_id | title | rank |
|---|---|---|
{{ v.video_id }} | {{ v.title }} | {{ v.rank }} |
No new videos.
{% endif %}| video_id | title | rank |
|---|---|---|
{{ v.video_id }} | {{ v.title }} | {{ v.rank }} |
No dropped videos.
{% endif %}| video_id | title | rank A | rank B | delta | composite A | composite B |
|---|---|---|---|---|---|---|
{{ r.video_id }} |
{{ r.title }} | {{ r.rank_a }} | {{ r.rank_b }} | {{ "%+d"|format(r.rank_delta) }} | {{ r.composite_a }} | {{ r.composite_b }} |
No shared videos.
{% endif %} {% endif %} {% endblock %}