You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defoffer_web_import(self, parent: Gtk.Window=None) ->None:
"""Offer to import URLs. Once a page is downloaded, it can be treated by any of our normal plugins for acting on files, or by special web-aware plugins. """sublabel=_('Enter URLs of recipes archive or website.')
urls=de.getEntry(label=_('Enter website addresses'),
sublabel=sublabel,
entryLabel=_('Enter URLs:'),
entryTip=_('Enter the addresses of recipes, one per line.'),
default_character_width=60)
ifurlsisNone:
returnurls=urls.split('\n')
forurlinurls:
self.import_url(url)
gourmet.gtk_extra.dialog_extras.getEntry may have to be modified or subclassed to show a bigger input field, where urls are entered one per line.
Requesting that the Import function be altered slightly to allow more than one recipe at a time to be imported.
The text was updated successfully, but these errors were encountered: