1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00

feat(processor): fetch YouTube watch time in bulk using the API

This commit is contained in:
Frédéric Guillot 2025-01-24 14:27:17 -08:00
parent c3c42b0c37
commit 369054b02d
8 changed files with 396 additions and 330 deletions

View file

@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
package processor
package processor // import "miniflux.app/v2/internal/reader/processor
import (
"errors"