Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
add exclude list for add_default_info_extractors function #1962
Comments
|
See discussion in #1963. |
|
I didn't want to use GenericIE, I wanted to use all the IEs except GenericIE (sorry for the original typo). That's because GenericIE isn't performing so well, and I want to limit myself to guaranteed IEs only. |
Hey,
We should add an
excludeparameter for the add_default_info_extractors function, just in case we want to exclude a specific IE (for example, I want to extract only the GenericIE IE)