mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a92a0baf2e
commit
6224dcbbcf
@ -311,7 +311,7 @@ In such a record there is a transition from one section to the next. As such the
|
|||||||
Last article of ending section w.r.t. starting section offset (fvwi): 12 [15 absolute]
|
Last article of ending section w.r.t. starting section offset (fvwi): 12 [15 absolute]
|
||||||
Flags (always 8?): 8
|
Flags (always 8?): 8
|
||||||
Article index at start of record or first article index, relative to parent section (fvwi): 13 [16 absolute]
|
Article index at start of record or first article index, relative to parent section (fvwi): 13 [16 absolute]
|
||||||
Number of article nodes in the record belonging ot the last section (byte): 4
|
Number of article nodes in the record belonging to the last section (byte): 4
|
||||||
|
|
||||||
|
|
||||||
Ending record
|
Ending record
|
||||||
|
@ -106,7 +106,7 @@ class OverrideTable:
|
|||||||
def __parse_lines(self, line):
|
def __parse_lines(self, line):
|
||||||
'''
|
'''
|
||||||
Requires:
|
Requires:
|
||||||
line --ine to parse
|
line -- line to parse
|
||||||
Returns:
|
Returns:
|
||||||
nothing
|
nothing
|
||||||
Logic:
|
Logic:
|
||||||
|
@ -242,7 +242,7 @@ class BasicNewsRecipe(Recipe):
|
|||||||
#:
|
#:
|
||||||
#: {
|
#: {
|
||||||
#: name : 'tag name', #e.g. 'div'
|
#: name : 'tag name', #e.g. 'div'
|
||||||
#: attrs : a dictionary, #e.g. {'class': 'advertisment'}
|
#: attrs : a dictionary, #e.g. {'class': 'advertisement'}
|
||||||
#: }
|
#: }
|
||||||
#:
|
#:
|
||||||
#: All keys are optional. For a full explanation of the search criteria, see
|
#: All keys are optional. For a full explanation of the search criteria, see
|
||||||
|
Loading…
x
Reference in New Issue
Block a user