Hey @xav, you're on the right track! Don't worry about not being a developer, learning to navigate code can be tricky. It seems like you've understood the instructions from kovidgoyal quite well. I'd suggest to keep reviewing the BasicNewsRecipe class documentation as recommended. Remember that the options need to be set as fields in your subclass, so they should be at the same level of indentation as the 'def __init__' method. And always remember, trial and error is part of the process.
|