Search code examples
youtube-dl

Where are the extractors located?


I am trying to modify one to two extractors, but I can't seem to find them on my Mac and I cannot find any information as to where they are located.

Any help would be appreciated.


Solution

  • You can find all extractors in the youtube_dl/extractor subdirectory in the source code.

    For more information on how to add extractors, consult the documentation.