ytdl-sub/tests/resources/transaction_log_summaries/youtube
Jesse Bannon 017db953bf
[FEATURE] Automatically handle playlists ordered in reverse (#948)
Playlists have always been a pain-point with ytdl-sub. If an author adds new videos to the end of a playlist, as opposed to the front, it breaks ytdl-sub's intuition of incremental scraping by breaking on the first (oldest) video. This update now makes it possible to handle this in the prebuilt TV Show presets:
- Add each URL variable (`url`, `url2`, ...) into the `download` portion of the subscription twice
- First definition is what we all know and use, simply scrapes first-to-last, then downloads last-to-first
- Second definition does the following:
  - Check to see if a URL is a YouTube playlist URL, if so...
    - Set the field to download, but with modifications to scrape last-to-first, then download first-to-last
  - Otherwise...
    - Set the field to an empty string, which means ytdl-sub will skip it
2024-04-01 04:24:41 -07:00
..
test_channel_full.txt [FEATURE] TV Show prebuilt presets that require no config (#788) 2023-11-01 22:39:32 -07:00
test_channel_full_keep_max_files.txt [FEATURE] Add output_options.keep_max_files to limit number of downloads per subscription (#820) 2023-11-17 09:01:21 -08:00
test_merge_playlist.txt [BACKEND] Separate directory files in transaction log (#260) 2022-09-30 13:59:43 -07:00
test_playlist.txt [FEATURE] YouTube playlists to fetch playlist uploader's poster + fanart (#887) 2024-01-08 22:51:42 -08:00
test_playlist_archive_migrated.txt [FEATURE] Ability to migrate download archive files (#751) 2023-10-03 16:08:14 -07:00
test_playlist_bilateral_collection_p1.txt [FEATURE] Automatically handle playlists ordered in reverse (#948) 2024-04-01 04:24:41 -07:00
test_playlist_bilateral_collection_p2.txt [FEATURE] Automatically handle playlists ordered in reverse (#948) 2024-04-01 04:24:41 -07:00
test_playlist_bilateral_p1.txt [FEATURE] Automatically handle playlists ordered in reverse (#948) 2024-04-01 04:24:41 -07:00
test_playlist_bilateral_p2.txt [FEATURE] Automatically handle playlists ordered in reverse (#948) 2024-04-01 04:24:41 -07:00
test_video.txt [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
test_video_cli.txt [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
test_video_missing_thumb.txt [FEATURE] Prebuilt Music Videos (#787) 2023-10-28 00:12:22 -07:00
test_video_nulled_values.txt [FEATURE] Content rating override variable (#626) 2023-06-03 07:42:16 -07:00