logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git

traversal.py (168B)


  1. # coding: utf-8
  2. # TODO: move these utils.fns here and move import to utils
  3. # flake8: noqa
  4. from .utils import (
  5. dict_get,
  6. get_first,
  7. T,
  8. traverse_obj,
  9. )