Projects STRLCPY Maryam Commits aaea8a33
🤬
  • ■ ■ ■ ■
    maryam/modules/search/scholar.py
    skipped 18 lines
    19 19   'version': '0.1',
    20 20   'description': 'Google Scholar is a freely accessible web search engine that \
    21 21   indexes scholarly literature across an array of publishing formats and disciplines.',
    22  - 'sources': ('scholar'),
     22 + 'sources': ('scholar',),
    23 23   'options': (
    24 24   ('query', None, True, 'Query string', '-q', 'store', str),
    25 25   ('limit', 15, False, 'Max result count (default=15)', '-l', 'store', int),
    skipped 16 lines
Please wait...
Page is in error, reload to recover