getmyancestors icon indicating copy to clipboard operation
getmyancestors copied to clipboard

Enhance GEDCOM parsing and update dependencies

Open jadsongmatos opened this issue 4 months ago • 2 comments

  • Improved the __get_indi method in Gedcom class with detailed comments for better understanding of individual parsing.
  • Added command-line options for resuming GEDCOM downloads with specified start and end levels.
  • Updated requests and fake-useragent dependencies in requirements files.

jadsongmatos avatar Aug 07 '25 18:08 jadsongmatos

Hey, the resume feature seems interesting, but I think you've broken a little too much code. On the other hand, there are too many comments, and they should be in English. Remember that comments should explain the “why” and not the “what.” requests_cache seems unnecessary since getmyancestors never makes the same request twice.

Linekio avatar Aug 21 '25 20:08 Linekio

requests_cache is used when I'm creating a second file where it may have relatives in common, it will be in the cache, sorry for the low quality of the code, I haven't finished what I wanted yet, but I thought it would be cool to share how it's going

jadsongmatos avatar Aug 22 '25 00:08 jadsongmatos