Age | Commit message (Collapse) | Author |
|
|
|
Removing any more will require changes to a large number of extractors
|
|
[NHK] Use new API URL
https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a
Closes #2337, Closes #4063
|
|
* [youtube] Fix `--youtube-skip-dash-manifest`
* [build] Use `$()` in `Makefile`. Closes #3684
* Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700
* Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38
* [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode`
* [utils] LazyList: Expose unnecessarily "protected" attributes
and other minor cleanup
|
|
Using https://github.com/PyCQA/isort
isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
|
|
Using https://github.com/asottile/pyupgrade
1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`
Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
|
|
Closes #2343
Authored by: pukkandan, trassshhub
|
|
Original PR: https://github.com/ytdl-org/youtube-dl/pull/24430, https://github.com/ytdl-org/youtube-dl/pull/17434
Closes: #836, https://github.com/ytdl-org/youtube-dl/issues/18796, https://github.com/ytdl-org/youtube-dl/issues/17273
Authored-by: coletdjnz, gesa, raphaeldore
|
|
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099
and will stop working in py 3.10 as can be seen in #480
|
|
Authored by: fstirlitz
|
|
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account
Co-authored-by: Pccode66
Co-authored-by: pukkandan
|
|
|
|
|
|
|
|
to avoid using same folder when using pip install for example
|
|
|
|
|
|
|
|
|
|
RaiIE is renamed to RaiTVIE in 06d5556dface3901a86419b6b125ef377116448f
|
|
|
|
|
|
|
|
Subtitle conversion routine is removed, so the subtitles are TTML now. See
1c7e2e64f6328024711d5fa999d4498396f4cb5c
|
|
|
|
|
|
|
|
Test only with 'allsubtitles', the language selection is already tested in test_YoutubeDL.py
|
|
writeautomaticsub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The automatic captions are stored in the 'automactic_captions' field, which is used if no normal subtitles are found for an specific language.
|
|
|
|
We need to keep the orginal subtitles information, so that the '--load-info' option can be used to list or select the subtitles again.
We'll also be able to have a separate field for storing the automatic captions info.
|
|
Removed some tests, the behaviour should be checked in a test for the YoutubeDL class
|
|
For each language the extractor builds a list with the available formats sorted (like for video formats), then YoutubeDL selects one of them using the '--sub-format' option which now allows giving the format preferences (for example 'ass/srt/best').
For each format the 'url' field can be set so that we only download the contents if needed, or if the contents needs to be processed (like in crunchyroll) the 'data' field can be used.
The reasons for this change are:
* We weren't checking that the format given with '--sub-format' was available, checking it in each extractor would be repetitive.
* It allows to easily support giving a format preference.
* The subtitles were automatically downloaded in the extractor, but I think that if you use for example the '--dump-json' option you want to finish as fast as possible.
Currently only the ted extractor has been updated, but the old system still works.
|
|
The checksym for the CeskaTelevize subtitles has changed again, so we just test that it has a reasonable length.
|
|
|
|
|
|
They have a manually uploaded subtitles track and YouTube can transtale it.
|
|
|
|
|
|
|
|
|