Does anyone know a way to rip apple podcasts?
same question for internet archive stream only video content?
try youtube-dlg or jdownloader
I just tried youtube-dl and I got this
~ % youtube-dl https://archive.org/details/COM_20120111_073000_The_Colbert_Report/start/0/end/60
Traceback (most recent call last):
File “/usr/local/bin/youtube-dl”, line 33, in <module>
sys.exit(load_entry_point(‘youtube-dl==2021.12.17’, ‘console_scripts’, ‘youtube-dl’)())
File “/usr/local/bin/youtube-dl”, line 25, in importlib_load_entry_point
return next(matches).load()
File “/usr/local/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/init.py”, line 162, in load
module = import_module(match.group(‘module’))
File “/usr/local/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “<frozen importlib._bootstrap>”, line 1050, in _gcd_import
File “<frozen importlib._bootstrap>”, line 1027, in _find_and_load
File “<frozen importlib._bootstrap>”, line 1006, in _find_and_load_unlocked
File “<frozen importlib._bootstrap>”, line 688, in _load_unlocked
File “<frozen importlib._bootstrap_external>”, line 883, in exec_module
File “<frozen importlib._bootstrap>”, line 241, in _call_with_frames_removed
File “/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/init.py”, line 15, in <module>
from .options import (
File “/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/options.py”, line 8, in <module>
from .downloader.external import list_external_downloaders
File “/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/downloader/init.py”, line 3, in <module>
from .common import FileDownloader
File “/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/downloader/common.py”, line 10, in <module>
from …utils import (
File “/usr/local/Cellar/youtube-dl/2021.12.17/libexec/lib/python3.10/site-packages/youtube_dl/utils.py”, line 30, in <module>
import ssl
File “/usr/local/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py”, line 98, in <module>
import _ssl # if we can’t import it, let the error propagate
ImportError: dlopen(/usr/local/Cellar/python@3.10/3.10.2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so, 0x0002): Library not loaded: /usr/local/Cellar/openssl@1.1/1.1.1g/lib/libcrypto.1.1.dylib
Referenced from: /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib
Reason: tried: ‘/usr/local/Cellar/openssl@1.1/1.1.1g/lib/libcrypto.1.1.dylib’ (no such file), ‘/usr/local/lib/libcrypto.1.1.dylib’ (no such file), ‘/usr/lib/libcrypto.1.1.dylib’ (no such file)