aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/abc.py
AgeCommit message (Collapse)Author
2024-09-27[ie/abc.net.au:iview:showseries] Fix extraction (#11101)bashonly
Closes #10475 Authored by: bashonly
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-05-26[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)Simon Sawicki
Authored by: bashonly, seproDev, Grub4K Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-03-08[cleanup] Fix infodict returned fields (#8906)sepro
Authored by: seproDev
2023-11-15[ie/abc.net.au:iview:showseries] Fix extraction (#8586)bashonly
Closes #8554, Closes #8572 Authored by: bashonly
2023-10-06[ie/abc.net.au:iview] Improve `episode` extraction (#8201)xofe
Authored by: xofe
2023-09-23[cleanup] Misc (#8182)bashonly
Closes #7796, Closes #8028 Authored by: barsnick, sqrtNOT, gamer191, coletdjnz, Grub4K, bashonly
2023-06-27[extractor/abc] Fix extraction (#7434)Xiao Han
Closes #6433 Authored by: meliber
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-04-12[cleanup] Upgrade syntaxpukkandan
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
2022-02-18[abc] Support 1080p (#2819)Ronnnny
Authored by: Ronnnny
2022-01-24[docs,cleanup] Fix linter and misc cleanuppukkandan
Closes #2419
2022-01-24[extractor] Add convinience function `_yes_playlist`pukkandan
2021-12-20[ABC:iview] Add show extractor (#1630)Paul Wise
Authored by: pabs3
2021-12-15[extractor] Standardize `_live_title`pukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* 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