comparison channeldownloader.py @ 17:0d10b2ce0140

2026
author Paper <paper@tflc.us>
date Sat, 28 Feb 2026 20:59:59 -0500
parents 088d9a3a2524
children 05e71dd6b6ca
comparison
equal deleted inserted replaced
16:088d9a3a2524 17:0d10b2ce0140
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 # channeldownloader.py - scrapes youtube videos from a channel from 3 # channeldownloader.py - scrapes youtube videos from a channel from
4 # a variety of sources 4 # a variety of sources
5 5
6 # Copyright (c) 2021-2025 Paper <paper@tflc.us> 6 # Copyright (c) 2021-2026 Paper <paper@tflc.us>
7 # This program is free software: you can redistribute it and/or modify 7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 2 of the License, or 9 # the Free Software Foundation, either version 2 of the License, or
10 # (at your option) any later version. 10 # (at your option) any later version.
11 # 11 #